Easy Job Application Filler
EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions…
What is Easy Job Application Filler?
Easy Job Application Filler is a Chrome extension developed by Easy Job Application Filler, and its main feature is "EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions…".
Extension Screenshots
Download Easy Job Application Filler Extension CRX File
Download Easy Job Application Filler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions automagically.
Extension Basic Information
Name | Easy Job Application Filler |
ID | oemhgcmnckapgfkclnhpgkmnfheecmgd |
Official URL | https://chromewebstore.google.com/detail/easy-job-application-fill/oemhgcmnckapgfkclnhpgkmnfheecmgd |
Description | EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions… |
File Size | 59.54 KB |
Installation Count | 133 |
Current Version | 0.2 |
Last Updated | 2020-09-21 |
Publish Date | 2020-09-20 |
Developer | Easy Job Application Filler |
[email protected] | |
Payment Type | free |
Extension Website | https://saasbase.dev/products/easy-job-application-filler/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Job Application Filler", "version": "0.2", "content_scripts": [ { "matches": [ "https:\/\/jobs.lever.co\/shopify\/*" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "companies\/shopify.js" ] }, { "matches": [ "https:\/\/careers.twitter.com\/*" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "companies\/twitter.js" ] }, { "matches": [ "https:\/\/boards.greenhouse.io\/airtable\/*" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "companies\/airtable.js" ] }, { "matches": [ "https:\/\/www.dropbox.com\/jobs\/*" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "companies\/dropbox.js" ] }, { "matches": [ "https:\/\/stripe.com\/jobs\/listing\/*\/apply" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "embeds\/greenhouse.js" ] }, { "matches": [ "https:\/\/boards.greenhouse.io\/embed\/job_app?for=stripe*" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "companies\/stripe.js" ] }, { "matches": [ "https:\/\/careers.robinhood.com\/*" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "embeds\/greenhouse.js" ] }, { "matches": [ "https:\/\/boards.greenhouse.io\/embed\/job_app?for=robinhood*" ], "js": [ "lib\/jquery.min.js", "js\/data.js", "companies\/robinhood.js" ] } ], "browser_action": { "default_icon": "favicon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "data.json" ], "permissions": [ "storage" ] } |