Easy Apply
Apply to AngelList jobs automatically
Easy Apply là gì?
Easy Apply là một tiện ích mở rộng Chrome được phát triển bởi raj.bhojan, và tính năng chính của nó là "Apply to AngelList jobs automatically".
Ả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 Easy Apply
Tải xuống các tệp mở rộng Easy Apply 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Apply |
ID | pgdkaehkejiaemknlpknmjioedpjaphg |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-apply/pgdkaehkejiaemknlpknmjioedpjaphg |
Mô tả | Apply to AngelList jobs automatically |
Kích Thước Tệp | 14.1 KB |
Số Lần Cài Đặt | 219 |
Phiên Bản Hiện Tại | 2.2 |
Cập Nhật Lần Cuối | 2022-09-26 |
Ngày Phát Hành | 2021-11-13 |
Đánh Giá | 5.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | raj.bhojan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |