EasyJobs - Autofill job applications

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

ما هو EasyJobs - Autofill job applications؟

EasyJobs - Autofill job applications هو إضافة Chrome تم تطويرها بواسطة https://easyjobs.so، والميزة الرئيسية لها هي "Your one-click solution to job applications. Powered by AI.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة EasyJobs - Autofill job applications

قم بتنزيل ملفات الامتداد EasyJobs - Autofill job applications بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم EasyJobs - Autofill job applications EasyJobs - Autofill job applications
ID bgadbfbglghghbbiaifneokpapebncmk
عنوان URL الرسمي https://chromewebstore.google.com/detail/easyjobs-autofill-job-app/bgadbfbglghghbbiaifneokpapebncmk
الوصف Your one-click solution to job applications. Powered by AI.
حجم الملف 516 KB
عدد التثبيتات 7,250
النسخة الحالية 0.3.7
آخر تحديث 2022-09-16
تاريخ النشر 2021-12-29
تقييم 3.77/5 مجموع تقييمات 47
المطور https://easyjobs.so
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://easyjobs.so/
اللغات المدعومة 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"
    }
}