EZApply

Job application auto-fill

Was ist EZApply?

EZApply ist eine Chrome-Erweiterung, die von mbrz-0101 entwickelt wurde, und ihr Hauptmerkmal ist "Job application auto-fill".

Erweiterungsscreenshots

screenshot

EZApply-Erweiterungs-CRX-Datei herunterladen

Laden Sie EZApply-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name EZApply EZApply
ID chgdkmbnbbdljfpakdmhgfecnnbincld
Offizielle URL https://chrome.google.com/webstore/detail/ezapply/chgdkmbnbbdljfpakdmhgfecnnbincld
Beschreibung Job application auto-fill
Dateigröße 16.17 MB
Installationsanzahl 124
Aktuelle Version 1.4
Letztes Update 2018-04-25
Veröffentlichungsdatum 2018-04-25
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler mbrz-0101
Zahlungsart free
Erweiterungswebsite http://ezapply-com.stackstaging.com/
Unterstützte Sprachen 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"
    ]
}