Easy Apply

Apply to AngelList jobs automatically

Easy Applyคืออะไร?

Easy Apply เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raj.bhojan และคุณลักษณะหลักของมันคือ "Apply to AngelList jobs automatically"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Apply

ดาวน์โหลดไฟล์ส่วนขยาย Easy Apply ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Job Applications are monotonic and tiring. You have to copy-paste the same cover letter multiple times which is counterproductive and time-consuming. 

Easy Apply is a bot that automates the process of job applications for you. The extension is easy to use and completely free. You can apply upto 30 jobs in 3 minutes.

The extension currently works on AngelList. It would be made available for other platforms soon.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy Apply Easy Apply
ID pgdkaehkejiaemknlpknmjioedpjaphg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg
คำอธิบาย Apply to AngelList jobs automatically
ขนาดไฟล์ 14.1 KB
จำนวนการติดตั้ง 219
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2022-09-26
วันที่เผยแพร่ 2021-11-13
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา raj.bhojan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Apply",
    "description": "Apply to AngelList jobs automatically",
    "version": "2.2",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "easy_apply_128.png",
        "48": "easy_apply_128.png",
        "128": "easy_apply_128.png"
    },
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}