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.
Wat is Lever App Filler Plugin?
Lever App Filler Plugin is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lever App Filler Plugin
Download Lever App Filler Plugin-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
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.
Basisinformatie over de Extensie
Naam | |
ID | eehdfhkagnegkdkjbklapdkcdnefkcgb |
Officiële URL | https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb |
Beschrijving | This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System. |
Bestandsgrootte | 40.91 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-05-18 |
Publicatiedatum | 2017-05-18 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |