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.

Vad är Lever App Filler Plugin?

Lever App Filler Plugin är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.".

Tilläggsskärmbilder

screenshot

Ladda ner Lever App Filler Plugin-förlängningens CRX-fil

Ladda ner Lever App Filler Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Lever App Filler Plugin Lever App Filler Plugin
ID eehdfhkagnegkdkjbklapdkcdnefkcgb
Officiell webbadress https://chromewebstore.google.com/detail/lever-app-filler-plugin/eehdfhkagnegkdkjbklapdkcdnefkcgb
Beskrivning This extension will fill in links to LinkedIn and GitHub profiles on job apps for Lever.co's Application Tracking System.
Filstorlek 40.91 KB
Antal Installationer 17
Aktuell Version 1.1
Senast Uppdaterad 2017-05-18
Publiceringsdatum 2017-05-18
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}