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.
Qu'est-ce que Lever App Filler Plugin ?
Lever App Filler Plugin est une extension Chrome développée par Unknown, et sa fonction principale est "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lever App Filler Plugin
Téléchargez les fichiers d'extension Lever App Filler Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | eehdfhkagnegkdkjbklapdkcdnefkcgb |
URL Officiel | https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb |
Description | This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System. |
Taille du Fichier | 40.91 KB |
Nombre d'Installations | 17 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-05-18 |
Date de Publication | 2017-05-18 |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |