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 là gì?
AngelApply - Apply to jobs on AngelList là một tiện ích mở rộng Chrome được phát triển bởi Aditya Anand, và tính năng chính của nó là "Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AngelApply - Apply to jobs on AngelList
Tải xuống các tệp mở rộng AngelApply - Apply to jobs on AngelList dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AngelApply - Apply to jobs on AngelList |
ID | lmafmilhcmkogpljalndgcjbbdmlpijn |
URL Chính Thức | https://chromewebstore.google.com/detail/angelapply-apply-to-jobs/lmafmilhcmkogpljalndgcjbbdmlpijn |
Mô tả | Apply to jobs on AngelList (https://angel.co/) quickly and efficiently! Source: https://github.com/AdityaAnand1/Angel-Apply |
Kích Thước Tệp | 73.93 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-04-29 |
Ngày Phát Hành | 2018-04-29 |
Nhà Phát Triển | Aditya Anand |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |