AngelApply - Apply to jobs on AngelList
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
AngelApply - Apply to jobs on AngelListคืออะไร?
AngelApply - Apply to jobs on AngelList เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aditya Anand และคุณลักษณะหลักของมันคือ "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AngelApply - Apply to jobs on AngelList
ดาวน์โหลดไฟล์ส่วนขยาย AngelApply - Apply to jobs on AngelList ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AngelApply - Apply to jobs on AngelList |
ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn |
คำอธิบาย | Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply |
ขนาดไฟล์ | 73.93 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2018-04-29 |
วันที่เผยแพร่ | 2018-04-29 |
ผู้พัฒนา | Aditya Anand |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "AngelApply - Apply to jobs on AngelList", "icons": { "512": "icon-512.png" }, "options_ui": { "page": "options\/index.html", "chrome_style": false }, "content_scripts": [ { "matches": [ "https:\/\/angel.co\/*" ], "js": [ "options\/jquery.min.js", "constants.js", "content.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage" ] } |