Zapply

Fill once, apply everywhere.

Cos'è Zapply?

Zapply è un'estensione di Chrome sviluppata da rizhaow, e la sua funzione principale è "Fill once, apply everywhere.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Zapply

Scarica i file di estensione Zapply in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 🔒                    

Informazioni di Base sull'Estensione

Nome Zapply Zapply
ID paeomgbbmdmkgbikaabfigifkaifgoai
URL Ufficiale https://chromewebstore.google.com/detail/zapply/paeomgbbmdmkgbikaabfigifkaifgoai
Descrizione Fill once, apply everywhere.
Dimensione del File 2.88 MB
Conteggio Installazioni 32
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-06-16
Data di Pubblicazione 2021-06-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore rizhaow
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}