Lever App Filler Plugin
This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
Was ist Lever App Filler Plugin?
Lever App Filler Plugin ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.".
Erweiterungsscreenshots
Lever App Filler Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lever App Filler Plugin-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
Chrome extension to make it easy to fill out job applications using Lever.co's application tracking system. Stores information inside Chrome local storage and uses JQuery to validate Lever's ATS and pre-fill information in the text fields. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eehdfhkagnegkdkjbklapdkcdnefkcgb |
| Offizielle URL | https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb |
| Beschreibung | This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System. |
| Dateigröße | 40.91 KB |
| Installationsanzahl | 17 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2017-05-18 |
| Veröffentlichungsdatum | 2017-05-18 |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lever App Filler Plugin",
"description": "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.",
"version": "1.1",
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
},
"browser_action": {
"default_icon": "icon.png"
},
"content_scripts": [
{
"js": [
"jquery-3.2.0.min.js",
"background.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"activeTab",
"storage"
]
} | |