EasyJobs - Autofill job applications

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

Co to jest EasyJobs - Autofill job applications?

EasyJobs - Autofill job applications to rozszerzenie Chrome opracowane przez https://easyjobs.so, a jego główną funkcją jest „Your one-click solution to job applications. Powered by AI.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EasyJobs - Autofill job applications

Pobierz pliki rozszerzeń EasyJobs - Autofill job applications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa EasyJobs - Autofill job applications EasyJobs - Autofill job applications
ID bgadbfbglghghbbiaifneokpapebncmk
Oficjalny URL https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk
Opis Your one-click solution to job applications. Powered by AI.
Rozmiar pliku 516 KB
Liczba instalacji 7,250
Aktualna Wersja 0.3.7
Ostatnia Aktualizacja 2022-09-16
Data Publikacji 2021-12-29
Ocena 3.77/5 Łącznie 47 Oceny
Deweloper https://easyjobs.so
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://easyjobs.so/
Obsługiwane Języki 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"
    }
}