Easy Job Application Filler
EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions…
Wat is Easy Job Application Filler?
Easy Job Application Filler is een Chrome-extensie ontwikkeld door Easy Job Application Filler, en de belangrijkste functie is "EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions…".
Extensie Screenshots
Download het CRX-bestand van de extensie Easy Job Application Filler
Download Easy Job Application Filler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions automagically. Basisinformatie over de Extensie
| Naam | |
| ID | oemhgcmnckapgfkclnhpgkmnfheecmgd |
| Officiële URL | https://chromewebstore.google.com/detail/easy-job-application-fill/oemhgcmnckapgfkclnhpgkmnfheecmgd |
| Beschrijving | EJAF is a Chrome extension for Software Developers that saves you time by filling out common job application questions… |
| Bestandsgrootte | 59.54 KB |
| Aantal Installaties | 133 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2020-09-21 |
| Publicatiedatum | 2020-09-20 |
| Ontwikkelaar | Easy Job Application Filler |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://saasbase.dev/products/easy-job-application-filler/ |
| Ondersteunde Talen | 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"
]
} | |