Zapply

Fill once, apply everywhere.

What is Zapply?

Zapply is a Chrome extension developed by rizhaow, and its main feature is "Fill once, apply everywhere.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Zapply Extension CRX File

Download Zapply 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

                        Zapply helps you auto-fill job application forms ⚡️

Apply for jobs in seconds with Zapply 🚀

Zapply even helps you fill up those pesky resume upload fields 💪

Your data is stored locally in your computer 🔒

Zapply doesn't send any data to any web servers 🔒                    

Extension Basic Information

Name Zapply Zapply
ID paeomgbbmdmkgbikaabfigifkaifgoai
Official URL https://chromewebstore.google.com/detail/zapply/paeomgbbmdmkgbikaabfigifkaifgoai
Description Fill once, apply everywhere.
File Size 2.88 MB
Installation Count 32
Current Version 1.0.0
Last Updated 2021-06-16
Publish Date 2021-06-16
Rating 5.00/5 Total 3 Ratings
Developer rizhaow
Email [email protected]
Payment Type free
Supported Languages en,pt-PT,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zapply",
    "version": "1.0.0",
    "description": "__MSG_generalDescription__",
    "background": {
        "persistent": false,
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "icons": {
        "192": "logo192.png"
    },
    "browser_action": {
        "default_icon": {
            "192": "logo192.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "chrome_style": false,
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ]
}