EZApply

Job application auto-fill

Wat is EZApply?

EZApply is een Chrome-extensie ontwikkeld door mbrz-0101, en de belangrijkste functie is "Job application auto-fill".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EZApply

Download EZApply-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam EZApply EZApply
ID chgdkmbnbbdljfpakdmhgfecnnbincld
Officiële URL https://chrome.google.com/webstore/detail/ezapply/chgdkmbnbbdljfpakdmhgfecnnbincld
Beschrijving Job application auto-fill
Bestandsgrootte 16.17 MB
Aantal Installaties 124
Huidige Versie 1.4
Laatst Bijgewerkt 2018-04-25
Publicatiedatum 2018-04-25
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar mbrz-0101
Betalingswijze free
Extensiewebsite http://ezapply-com.stackstaging.com/
Ondersteunde Talen 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"
    ]
}