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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}