EZApply

Job application auto-fill

Vad är EZApply?

EZApply är en Chrome-tillägg utvecklad av mbrz-0101, och dess huvudfunktion är "Job application auto-fill".

Tilläggsskärmbilder

screenshot

Ladda ner EZApply-förlängningens CRX-fil

Ladda ner EZApply-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

                        EZApply is a Chrome extension that auto-fills your job application for you! Fill out your information once on our online form, then use the extension to quickly complete any of your online applications!

Visit our landing page for more info: http://ezapply-com.stackstaging.com/                    

Grundläggande Information om Tillägg

Namn EZApply EZApply
ID chgdkmbnbbdljfpakdmhgfecnnbincld
Officiell webbadress https://chrome.google.com/webstore/detail/ezapply/chgdkmbnbbdljfpakdmhgfecnnbincld
Beskrivning Job application auto-fill
Filstorlek 16.17 MB
Antal Installationer 124
Aktuell Version 1.4
Senast Uppdaterad 2018-04-25
Publiceringsdatum 2018-04-25
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare mbrz-0101
Betalningssätt free
Tilläggswebbplats http://ezapply-com.stackstaging.com/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EZApply",
    "description": "Job application auto-fill",
    "version": "1.4",
    "icons": {
        "16": "ezapply-images\/ez_icon_red.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.js",
                "content.js",
                "popup-page\/assets\/js\/popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "ezapply-images\/ez_icon_red.png",
        "default_popup": "popup-page\/popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ]
}