
Chrome Manifest V3 extension that auto-fills job application forms with smart field detection and custom keyword-matching rules
jobApply is a privacy-first Chrome extension that saves your profile once (locally, never sent to any server) and auto-fills job application forms on any website with one click. Smart field detection matches inputs using labels, placeholders, aria-label attributes, IDs, and surrounding text. A custom rules engine lets you define keyword-to-value rules with contains / exact / starts-with matching for edge-case fields like work authorization or salary expectations.
One-click job application auto-fill Chrome extension, fully local, no server.
• Storage: Chrome Storage API (local); all profile data stays in the browser.
• Smart detection: content script injected via scripting API; matches fields by label text, placeholder, aria-label, name, ID, and surrounding DOM text.
• Profile fields: First/Last Name, Email, Phone, Address, City, State, ZIP, Job Title, Company, Experience, Salary, LinkedIn, GitHub, Portfolio, Cover Letter.
• Custom rules: keyword + value + match type (contains/exact/starts with); stored and managed via the popup Rules tab.
• Manifest V3: uses scripting, activeTab, and storage permissions only; no broad host permissions.
• UX: tabbed popup (Profile / Rules); Save Profile button; Fill Fields on This Page trigger.