EasyJobs - Autofill job applications

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

Wat is EasyJobs - Autofill job applications?

EasyJobs - Autofill job applications is een Chrome-extensie ontwikkeld door https://easyjobs.so, en de belangrijkste functie is "Your one-click solution to job applications. Powered by AI.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie EasyJobs - Autofill job applications

Download EasyJobs - Autofill job applications-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

                        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.                    

Basisinformatie over de Extensie

Naam EasyJobs - Autofill job applications EasyJobs - Autofill job applications
ID bgadbfbglghghbbiaifneokpapebncmk
Officiële URL https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk
Beschrijving Your one-click solution to job applications. Powered by AI.
Bestandsgrootte 516 KB
Aantal Installaties 7,250
Huidige Versie 0.3.7
Laatst Bijgewerkt 2022-09-16
Publicatiedatum 2021-12-29
Beoordeling 3.77/5 Totaal 47 Beoordelingen
Ontwikkelaar https://easyjobs.so
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://easyjobs.so/
Ondersteunde Talen 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"
    }
}