Easy Apply
Makes applying for jobs easier.
Easy Apply là gì?
Easy Apply là một tiện ích mở rộng Chrome được phát triển bởi jasonou, và tính năng chính của nó là "Makes applying for jobs easier.".
Ả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
# easy-apply Chrome extension for making my time applying for jobs easier. Allows me to save data that I use frequently and easily copy and paste it. Also will allow me to save positions I am interested in or applied for. ## FEATURES 1) Users are able to save simple data such as their frequenctly used LinkedIn, GitHub, Phone Number, and Email Address. 2) There are two quick links to job searching sites, LinkedIn Jobs, and Indeed. 3) Users are able to save jobs they are interested in and view them. 4) Users are able to remove and modify the status of their applications. ## Storage using the Chrome Storage API > Storage API format using a JSON representation.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Easy Apply |
ID | ffdpcmkeeabojbhacongdblkjcbogpab |
URL Chính Thức | https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab |
Mô tả | Makes applying for jobs easier. |
Kích Thước Tệp | 45.88 KB |
Số Lần Cài Đặt | 113 |
Phiên Bản Hiện Tại | 1.00 |
Cập Nhật Lần Cuối | 2017-12-28 |
Ngày Phát Hành | 2017-12-27 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | jasonou |
[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", "name": "Easy Apply", "version": "1.00", "manifest_version": 2, "description": "Makes applying for jobs easier.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon48.png" }, "browser_action": { "default_title": "Easy Apply", "default_icon": "icons\/icon48.png", "default_popup": "popup\/popup.html" }, "permissions": [ "clipboardWrite", "storage" ] } |