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.

Cos'è Lever App Filler Plugin?

Lever App Filler Plugin è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lever App Filler Plugin

Scarica i file di estensione Lever App Filler Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Lever App Filler Plugin Lever App Filler Plugin
ID eehdfhkagnegkdkjbklapdkcdnefkcgb
URL Ufficiale https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb
Descrizione This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
Dimensione del File 40.91 KB
Conteggio Installazioni 17
Versione Corrente 1.1
Ultimo Aggiornamento 2017-05-18
Data di Pubblicazione 2017-05-18
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}