EZApply

Job application auto-fill

Hvad er EZApply?

EZApply er en Chrome-udvidelse udviklet af mbrz-0101, og dens hovedfunktion er "Job application auto-fill".

Udvidelsesskærmbilleder

screenshot

Download EZApply-udvidelses-CRX-fil

Download EZApply-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn EZApply EZApply
ID chgdkmbnbbdljfpakdmhgfecnnbincld
Officiel URL https://chrome.google.com/webstore/detail/ezapply/chgdkmbnbbdljfpakdmhgfecnnbincld
Beskrivelse Job application auto-fill
Filstørrelse 16.17 MB
Antal Installationer 124
Nuværende Version 1.4
Senest Opdateret 2018-04-25
Udgivelsesdato 2018-04-25
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler mbrz-0101
Betalingsmetode free
Udvidelseswebsted http://ezapply-com.stackstaging.com/
Understøttede Sprog 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"
    ]
}