EasyJobs - Autofill job applications

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

Apa itu EasyJobs - Autofill job applications?

EasyJobs - Autofill job applications adalah ekstensi Chrome yang dikembangkan oleh https://easyjobs.so, dan fitur utamanya adalah "Your one-click solution to job applications. Powered by AI.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi EasyJobs - Autofill job applications

Unduh file ekstensi EasyJobs - Autofill job applications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama EasyJobs - Autofill job applications EasyJobs - Autofill job applications
ID bgadbfbglghghbbiaifneokpapebncmk
URL Resmi https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk
Deskripsi Your one-click solution to job applications. Powered by AI.
Ukuran File 516 KB
Jumlah Instalasi 7,250
Versi Saat Ini 0.3.7
Terakhir Diperbarui 2022-09-16
Tanggal Publikasi 2021-12-29
Penilaian 3.77/5 Total 47 Penilaian
Pengembang https://easyjobs.so
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://easyjobs.so/
Bahasa yang Didukung 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"
    }
}