EZApply

Job application auto-fill

What is EZApply?

EZApply is a Chrome extension developed by mbrz-0101, and its main feature is "Job application auto-fill".

Extension Screenshots

screenshot

Download EZApply Extension CRX File

Download EZApply extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name EZApply EZApply
ID chgdkmbnbbdljfpakdmhgfecnnbincld
Official URL https://chrome.google.com/webstore/detail/ezapply/chgdkmbnbbdljfpakdmhgfecnnbincld
Description Job application auto-fill
File Size 16.17 MB
Installation Count 124
Current Version 1.4
Last Updated 2018-04-25
Publish Date 2018-04-25
Rating 3.50/5 Total 2 Ratings
Developer mbrz-0101
Payment Type free
Extension Website http://ezapply-com.stackstaging.com/
Supported Languages 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"
    ]
}