Auto Applicants AI
Apply Automatically for jobs using AI
Auto Applicants AI là gì?
Auto Applicants AI là một tiện ích mở rộng Chrome được phát triển bởi ericd3770, và tính năng chính của nó là "Apply Automatically for jobs using AI".
Ả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 Auto Applicants AI
Tải xuống các tệp mở rộng Auto Applicants AI 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
AutoApplicantsAI: Elevate Your Job Search with Seamless Auto-Apply Solutions Experience unparalleled efficiency with AutoApplicantsAI, our innovative job application bot. Revolutionize your job hunt by automating your application process. With a single click, apply to thousands of jobs effortlessly, leveraging our cutting-edge technology. Save hours previously spent on tedious applications and focus on what truly matters – finding your ideal job. Let AutoApplicantsAI simplify your journey, making job hunting as smooth as it should be. (edited)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Auto Applicants AI |
ID | lkomjnkfhbkjgnoljdnfhfmdoaillgim |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-applicants-ai/lkomjnkfhbkjgnoljdnfhfmdoaillgim |
Mô tả | Apply Automatically for jobs using AI |
Kích Thước Tệp | 58.32 KB |
Số Lần Cài Đặt | 46 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2023-12-01 |
Ngày Phát Hành | 2023-10-25 |
Nhà Phát Triển | ericd3770 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.autoapplicants.com/ |
URL Trang Trợ Giúp | https://www.autoapplicants.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Applicants AI", "description": "Apply Automatically for jobs using AI", "version": "1.8", "permissions": [ "activeTab", "storage", "scripting" ], "host_permissions": [ "*:\/\/www.linkedin.com\/*", "*:\/\/*.indeed.com\/*", "*:\/\/*.indeed.*\/*", "*:\/\/*.ziprecruiter.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.indeed.com\/jobs*", "*:\/\/*.ziprecruiter.com\/jobs-search*", "*:\/\/*.linkedin.com\/jobs\/search*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "ziprecruiter\/popup.html", "ziprecruiter\/popup.css", "ziprecruiter\/popup.js", "linkedin\/popup.html", "linkedin\/popup.css", "linkedin\/popup.js", "indeed\/popup.html", "indeed\/popup.css", "indeed\/popup.js" ], "matches": [ " |