
Completed
Posted
Paid on delivery
I need a production-ready Chrome extension that can read a stored candidate profile and instantly populate job application forms. The profile will hold full name, email, phone, city, state, work authorization, education, and work experience, all editable through a side-panel interface (not a popup or new tab). Core behaviour • On a page from Indeed or Glassdoor—plus a generic “jobright” template I will supply—the extension should detect standard inputs, textareas, radio buttons, native selects, and the custom dropdown widgets those sites use. • Each field has to be matched by label, placeholder, or HTML name in a safe way so that “City” never ends up in a “Company” field. If no reliable match is found the script must leave the element untouched. • City and state must be matched together to prevent the wrong state from slipping into an unrelated select. • The side panel must let the user view and edit every saved datum with instant feedback on the next page refresh. Cross-browser note Primary target is Chrome, but I also want a version that installs and runs in Firefox using the WebExtension API. Keep the codebase shared (Manifest V3 with minimal Firefox flags) so maintenance stays simple. Deliverables 1. Complete, well-commented source in a loadable folder or ZIP 2. A short README covering installation in Chrome and Firefox, profile editing, and how to test on the two required sites 3. Screenshots (or a short GIF) showing successful autofill on Indeed and Glassdoor pages Acceptance criteria • One-click fill works on at least two distinct form layouts per site • Side panel correctly saves, updates, and persists data between sessions • No unrelated inputs are modified during autofill • All code lint-clean and free of console errors Skills you will need: modern JavaScript/TypeScript, Chrome Extension APIs, WebExtension compatibility for Firefox, DOM scraping, robust form autofill logic, and solid debugging practices.
Project ID: 40661047
155 proposals
Remote project
Active 7 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Custom dropdown widgets on Indeed and Glassdoor often hide the actual select element, which can cause autofill to miss the city‑state pair. I'll hook into the widget's change event, locate the hidden field, and write the correct city and state values together. If a field can't be matched by label or name, the script will simply skip it, leaving the page untouched. Many extensions rely only on placeholder text, which repeats across unrelated inputs and leads to wrong data being inserted. A safer approach is to prioritize the input's aria-label and associated <label> element, then fall back to the name attribute. I'm ready to start immediately and will keep the codebase shared between Chrome and Firefox using Manifest V3.
$50 USD in 2 days
0.0
0.0
155 freelancers are bidding on average $127 USD for this job

Hello, I understand that you are looking for a skilled developer to create a production-ready Chrome extension for autofilling job application forms with stored candidate profiles. My expertise lies in modern JavaScript/TypeScript, Chrome Extension APIs, and WebExtension compatibility for Firefox. Based on your detailed project description, I will ensure that the extension detects standard inputs, textareas, radio buttons, selects, and custom dropdown widgets accurately. Matching fields by label, placeholder, or HTML name will be a top priority to prevent any data mismatches. The side panel interface for editing and instant feedback will be user-friendly and efficient. To meet your requirements, I will deliver a well-commented source code, a comprehensive README guide, and screenshots demonstrating successful autofill on Indeed and Glassdoor pages. The extension will undergo rigorous testing to ensure flawless functionality across different form layouts and browsers. I am eager to discuss the project further and share insights on the technical approach. Please feel free to open a chat so we can delve into the details and collaborate effectively. Sincerely, Rajesh
$140 USD in 10 days
9.5
9.5

Hello, As the founder of A4Logic, I have the expertise and depth of experience required to develop your Job Application Autofill Extension. Throughout my 15+ years in the industry, I've consistently delivered high-quality, scalable products often working on web scraping and automation projects similar to yours. I’ve faced the complexities of data analysis and manipulation head on and have always found effective solutions. With a core skillset including modern JavaScript/TypeScript, Chrome Extension APIs and WebExtension compatibility for Firefox - all essential for this project - you can trust that I'm well-equipped to bring your autofill extension to life. Moreover, relying on technology extensively in my own workflow over the years has honed and fine-tuned my debugging skills ensuring that I'll write you clean, maintainable bug-free code. In line with your deliverables and acceptance criteria,I can assure you that I value clear communication not only during project development but also afterwards. A comprehensive README, neatly organized source code, as well as screenshots demonstrating successful autofill on Indeed and Glassdoor pages would complete the package I offer. For every stage of this project - from installation in Chrome and Firefox to testing on both required sites-I've got you covered! Let me put my skills and commitment to client satisfaction to work for you - let's build something great together! Thanks!
$130 USD in 2 days
8.6
8.6

Hi, I reviewed your need for a production-ready Chrome extension that reads an editable candidate profile and autofills job application forms on Indeed, Glassdoor, and a generic jobright template. It must populate inputs, textareas, radio buttons, native selects, and site-specific custom dropdown widgets while matching fields safely by label, placeholder, or HTML name. I’ll build the shared WebExtension codebase (Manifest V3) with robust DOM scraping and debugging so City and state are paired correctly, and no unrelated inputs are touched when no reliable match exists. The side-panel editor will persist full name, email, phone, work authorization, education, and work experience with instant feedback on the next page refresh. You’ll get well-commented, lint-clean source, a README for Chrome and Firefox installation/testing, and screenshots or a short GIF. Let’s discuss here now.
$150 USD in 7 days
8.5
8.5

Hello, I checked your "Job Application Autofill Extension" project description, it looks like the focus is on delivering a clean, responsive website that works well across all devices. I prefer understanding the expected layout and user experience first, then building pages that closely match the design while keeping the code organized and easy to maintain. Feel free to share the design or current website, and I'll suggest the best implementation along with a realistic timeline. Final timeline and cost will be confirmed in chat after a complete understanding and documentation of the project expectations in detail.
$98 USD in 4 days
7.6
7.6

Hello, I'm web developer, I have 10+ years experience in HTML, CSS, jQuery, ReactJS, ReactNative, VueJS, PHP, Laravel, CodeIgniter, API, WordPress, Joomla,.... I will provide you with the best quality and long term support. Please discuss, thank you!
$140 USD in 7 days
7.6
7.6

Hi, The key risk is a wrong fill, not an empty one. I’ll build a scoring-based matcher that checks each field’s associated label, placeholder, `aria-label`, HTML name and nearby context; it fills only above a strict confidence threshold and leaves ambiguous fields untouched. City and state will be resolved as a linked pair, never independently. I’ll create a shared TypeScript/Manifest V3 extension with: - A Chrome side-panel profile editor using persistent browser storage - Safe autofill for inputs, textareas, radios, native selects and site-specific custom dropdowns - Proper `input`/`change` event dispatch so React-based forms register values - Indeed, Glassdoor and your supplied Jobright template support - A shared Firefox WebExtension build with minimal browser-specific adaptation - Lint-clean source, README, and evidence of successful autofill on two layouts per required site I have built many complex browser based automation and this is quite straightforward to me. Please intiate chat and share the Jobright template for quick review. Regards, Raj
$350 USD in 10 days
7.7
7.7

With over a decade of professional experience, I am confident that I can build the robust and efficient Job Application Autofill Extension that you require. My coding skills extend to modern JavaScript/TypeScript, Chrome Extension APIs, WebExtension compatibility (including for Firefox), DOM scraping, and solid debugging practices - which align perfectly with your project needs. Moreover, my proficiency in HTML and API Integration will enable me to design a side-panel interface where users can edit and modify their stored candidate profiles with ease. I understand the importance of data matching accuracy and will develop the core functionality in a safe way to prevent mixups. Not only will the completed extension be thoroughly tested on Indeed and Glassdoor platforms as you require, but I'll also provide you detailed installation instructions for both Chrome and Firefox. To further facilitate maintenance, I'll ensure a clean codebase adhering to Manifest V3 with minimal Firefox flags. In addition to supplying well-commented sources and necessary screenshots/gif, I will maintain prompt & thorough communication throughout the project's lifecycle. So feel free to reach out - Let's make your vision a highly productive reality!
$100 USD in 1 day
7.3
7.3

Hi, I can build your production-ready Chrome/Firefox autofill extension with a shared Manifest V3 codebase. I have 11+ years of JavaScript/TypeScript development experience, including browser extensions, DOM automation and complex form handling. I’ll implement the side-panel profile editor, persistent local storage, safe field matching by label/placeholder/name, linked city/state validation, support for native and custom dropdowns, and one-click autofill for Indeed, Glassdoor and your Jobright template. I’ll ensure unmatched fields remain untouched and build the extension with clean, modular code for easy future maintenance. Deliverables will include the complete source/ZIP, Chrome + Firefox setup documentation, testing, screenshots/GIFs and a lint-clean build. Estimated timeline: 2–3 weeks. I’m available to start immediately. Thanks CHristian
$140 USD in 7 days
7.4
7.4

Hi there, I see you're in need of a Chrome extension that efficiently autofills job applications based on a stored candidate profile. I can develop the extension to detect standard inputs and ensure the correct data is populated into the forms without error. Additionally, the side panel will allow users to edit their profiles seamlessly. I'm well-versed in JavaScript/TypeScript and Chrome Extension APIs, and can ensure compatibility with Firefox using the WebExtension API. My goal is to deliver a robust solution that meets all your requirements. Your satisfaction is my priority and I guarantee that I will deliver you a high-quality result. Regards, Ali
$140 USD in 1 day
6.5
6.5

Hello There! I’m Md Toriqul Islam, and I’m excited to partner with you. I can dive into your project immediately. I have rich experience in JavaScript/TypeScript, browser extensions, DOM automation, and cross-browser WebExtension development. I understand you need a production-ready Chrome extension with a side-panel profile editor that safely detects and fills Indeed, Glassdoor, and your Jobright template. I’ll build reliable field matching for labels, placeholders, names, custom dropdowns, and linked city/state fields while leaving uncertain fields untouched. I’ll also maintain a shared Manifest V3 codebase compatible with Firefox. I am skilled in JavaScript, TypeScript, Chrome Extension APIs, Manifest V3, WebExtensions, DOM automation, and debugging. I’m ready to start immediately and can provide the complete source, README, and autofill demonstrations. Looking forward to hearing from you. Best regards, Md Toriqul Islam
$90 USD in 3 days
6.2
6.2

Hi there, Your side-panel-only Chrome extension needs precise field matching, especially where City and State must stay paired and untouched unless the match is reliable. I’ve spent the last 4 years solving exactly this type of autofill and extension UX problem. I’ve delivered form-fill tooling for multi-step application flows and built shared Chrome/Firefox extension codebases with stable storage and clean UI state. The real risk here is overfilling the wrong element on dynamic pages. I’ll avoid that by combining label, placeholder, name, and nearby DOM context, then gate every write behind a confidence check. I’ll also handle custom dropdowns, native selects, radios, and side-panel persistence so edits apply cleanly on refresh. I’ll build the manifest v3 extension with a shared WebExtension layer, implement the candidate profile editor in the side panel, and wire deterministic autofill logic for Indeed, Glassdoor, and your jobright template. I’ll keep the code commented, lint-clean, and organized for easy maintenance across browsers. Best regards, John allen.
$155 USD in 2 days
5.9
5.9

Label-matching alone will misfire on Greenhouse-style custom dropdowns Glassdoor uses, so I'll pair a scoring match (label + placeholder + name) with a paired city/state resolver before any input is touched. Deliverables: MV3 extension with shared Chrome/Firefox build, side-panel profile editor with persistent storage, and README plus autofill GIFs for Indeed and Glassdoor. Unmatched fields stay untouched. 1) Can you share the jobright template HTML now so I mirror its selectors exactly? 2) Should work experience autofill multi-row repeaters, or only the first entry? Cheers Shayan
$55 USD in 3 days
5.6
5.6

Hi, I understand you need a Chrome extension to autofill job applications using stored profiles. The side-panel interface for editing is a great idea. How do you envision integrating the "jobright" template with Indeed and Glassdoor for seamless functionality?
$30 USD in 7 days
5.9
5.9

Hello, I’ve completed similar browser extension projects involving form detection, DOM handling, profile data, and cross browser support. I have strong experience in web development, JavaScript, APIs, and scalable software solutions, so I can quickly understand the different form structures and handle the autofill logic safely. I can create the Chrome side panel, persistent profile storage, reliable field matching, support for custom dropdowns, and shared Chrome and Firefox code while ensuring unmatched fields remain untouched. Do you already have sample Indeed, Glassdoor, and Jobright forms available for testing, including the different layouts you want supported? I’d be happy to review the examples and requirements in a quick meeting and get started. I will share my portfolio in chat I look forward to hear from you. Thanks Best Regards, Mughira
$140 USD in 7 days
5.5
5.5

Hi! @Project@ I understand you need a robust Chrome extension to autofill job applications on sites like Indeed and Glassdoor, with cross-browser support. @Why I'm a good fit@ With several years of experience in JavaScript, Web Development, and debugging complex form behaviors, I have built Chrome extensions that handle DOM scraping and form autofill with precision. My expertise includes creating multi-site, multi-layout solutions that are both reliable and user-friendly, ensuring data persistence and cross-browser compatibility. I am confident in delivering a well-documented, maintainable project that meets your requirements efficiently. I'm ready to start working immediately. Thanks!
$100 USD in 2 days
5.5
5.5

I've built three form-autofill Chrome extensions with side-panel UIs and cross-browser WebExtension targets, so this is right in my wheelhouse. I'll scaffold a shared Manifest V3 codebase in TypeScript, implement a side-panel with indexedDB persistence for the candidate profile, and write a matcher that safely binds fields by label/placeholder/name with city-state coupling enforced via a composite key. The extension will inject a content script that detects standard inputs and Indeed/Glassdoor custom widgets, then populate only when confidence is high—no false positives. Chrome and Firefox builds will share 95% of the code; Firefox requires only `"manifest_version": 2` in its build flag and a polyfill for chrome.storage.sync. Validation will run against two live form variants per site plus your "jobright" template, with lint via ESLint and zero console noise. Code drop, README, and screenshots/GIF packaged. I can start immediately. Thanks, Andrii.
$175 USD in 4 days
5.3
5.3

Hi, I am a browser extension developer with 8 years of rich experience in software development, with a background in JavaScript automation, DOM parsing, and form handling. I am familiar with JavaScript, TypeScript, Chrome Extension APIs, Manifest V3, Firefox WebExtensions, HTML, CSS, DOM scraping, side panels, local storage, debugging, and form autofill logic. I can build a shared Chrome/Firefox extension that safely matches fields by label, placeholder, and name, handles custom dropdowns and grouped city/state logic, and leaves any uncertain field untouched to avoid incorrect autofill. The side panel will also allow profile edits to persist cleanly between sessions. I'm an individual freelancer and can work in any time zone you want. Please contact me with the best time for you to have a quick chat. Looking forward to discussing more details. Thanks.
$250 USD in 7 days
5.0
5.0

★•══•★ Hi client ★•══•★ I can build a Chrome extension that reads your candidate profile and autofills job applications on Indeed, Glassdoor, and your custom template with precision. The side panel will be sleek and easy to edit, updating instantly without annoying popups or new tabs. I'll carefully match fields by label, placeholder, or HTML name to keep data accurate—no mixing City with Company here! Plus, the city-state duo will be handled together to avoid slip-ups. The extension will work smoothly on both Chrome and Firefox using a shared Manifest V3 codebase for easy maintenance. You'll get clean, well-commented code, a clear README for setup, and proof of autofill success with screenshots or GIFs. How do you want the side panel styled? Simple and minimal or something flashier? Best regards, Rico
$140 USD in 7 days
5.2
5.2

Hello, I see that you're looking for a Chrome extension that can autofill job applications using a stored candidate profile. This extension will not only ensure that the right information is filled into the correct fields but also allow users to edit their profiles easily through a side panel. My approach would involve creating a robust form-matching logic that accurately detects and fills the fields while maintaining the integrity of the data. With experience in modern JavaScript and Chrome Extension APIs, I can develop a solution that works seamlessly on both Chrome and Firefox. I'll ensure the code is clean and well-documented, making it easy for you to maintain. Additionally, I'll provide thorough instructions for installation and usage, as well as visual proof of the extension working effectively on the specified sites.
$150 USD in 3 days
4.8
4.8

Hello, I’m excited about the opportunity to develop a production-ready Chrome extension that meets your needs for automatically populating job application forms. I understand that you require a solution that reads a stored candidate profile and seamlessly integrates with sites like Indeed and Glassdoor. With extensive experience in developing Chrome extensions using modern JavaScript and TypeScript, I have a strong grasp of Chrome Extension APIs and the WebExtension framework for cross-browser compatibility. My background includes building robust form autofill solutions that prioritize accuracy and user feedback. To ensure the successful delivery of your project, I would take the following approach: - Develop a side-panel interface for editing candidate profiles, ensuring instant feedback upon updates. - Implement a reliable mapping system to match input fields accurately, safeguarding against misfilled information. - Ensure compatibility across Chrome and Firefox while maintaining a clean and efficient codebase. - Provide thorough documentation, including installation guides and testing instructions for both browsers. I am eager to begin this project and am confident in my ability to deliver quality results on time. I would love to discuss any further details and start as soon as possible. Thank you for considering my proposal!
$30 USD in 7 days
5.2
5.2

Playa del Carmen, Mexico
Payment method verified
Member since May 22, 2026
$250-750 USD
₹600-1500 INR
£20-250 GBP
₹12500-37500 INR
$250-750 USD
$30-250 USD
₹37500-75000 INR
₹12500-37500 INR
$250-750 USD
$8-15 USD / hour
₹400-750 INR / hour
₹1500-12500 INR
₹500 INR
₹600-1500 INR
$250-750 AUD
£10-20 GBP
₹750-1250 INR / hour
€8-30 EUR
₹100-400 INR / hour
$30-250 AUD