EasyJobs - Autofill job applications

Your one-click solution to job applications. Powered by AI.

Cos'è EasyJobs - Autofill job applications?

EasyJobs - Autofill job applications è un'estensione di Chrome sviluppata da https://easyjobs.so, e la sua funzione principale è "Your one-click solution to job applications. Powered by AI.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione EasyJobs - Autofill job applications

Scarica i file di estensione EasyJobs - Autofill job applications 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

                        Tired of filling out job applications by hand? EasyJobs is a one-click solution to job applications. Tell us your backgrounds such as education and work experience, and this Chrome extension will automatically fill job application forms for you.                    

Informazioni di Base sull'Estensione

Nome EasyJobs - Autofill job applications EasyJobs - Autofill job applications
ID bgadbfbglghghbbiaifneokpapebncmk
URL Ufficiale https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk
Descrizione Your one-click solution to job applications. Powered by AI.
Dimensione del File 516 KB
Conteggio Installazioni 7,250
Versione Corrente 0.3.7
Ultimo Aggiornamento 2022-09-16
Data di Pubblicazione 2021-12-29
Valutazione 3.77/5 Totale 47 Valutazioni
Sviluppatore https://easyjobs.so
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://easyjobs.so/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyJobs - Autofill job applications",
    "description": "Your one-click solution to job applications. Powered by AI.",
    "version": "0.3.7",
    "manifest_version": 3,
    "icons": {
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "action": {
        "default_title": "Open Dashboard",
        "default_popup": "popup\/test.html"
    }
}