Easy Job Application Filler
EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions…
Was ist Easy Job Application Filler?
Easy Job Application Filler ist eine Chrome-Erweiterung, die von Easy Job Application Filler entwickelt wurde, und ihr Hauptmerkmal ist "EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions…".
Erweiterungsscreenshots
Easy Job Application Filler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Job Application Filler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions automagically. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oemhgcmnckapgfkclnhpgkmnfheecmgd |
| Offizielle URL | https://chromewebstore.google.com/detail/easy-job-application-fill/oemhgcmnckapgfkclnhpgkmnfheecmgd |
| Beschreibung | EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions… |
| Dateigröße | 59.54 KB |
| Installationsanzahl | 133 |
| Aktuelle Version | 0.2 |
| Letztes Update | 2020-09-21 |
| Veröffentlichungsdatum | 2020-09-20 |
| Entwickler | Easy Job Application Filler |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://saasbase.dev/products/easy-job-application-filler/ |
| Unterstützte Sprachen | 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"
]
} | |