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.

Co je Lever App Filler Plugin?

Lever App Filler Plugin je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Lever App Filler Plugin

Stáhněte si soubory rozšíření Lever App Filler Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Lever App Filler Plugin Lever App Filler Plugin
ID eehdfhkagnegkdkjbklapdkcdnefkcgb
Oficiální URL https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb
Popis This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
Velikost souboru 40.91 KB
Počet instalací 17
Aktuální Verze 1.1
Poslední Aktualizace 2017-05-18
Datum Vydání 2017-05-18
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}