Auto Applicants AI
Apply Automatically for jobs using AI
Auto Applicants AI क्या है?
Auto Applicants AI ericd3770 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Apply Automatically for jobs using AI"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Auto Applicants AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | Auto Applicants AI |
ID | lkomjnkfhbkjgnoljdnfhfmdoaillgim |
आधिकारिक URL | https://chromewebstore.google.com/detail/auto-applicants-ai/lkomjnkfhbkjgnoljdnfhfmdoaillgim |
विवरण | Apply Automatically for jobs using AI |
फ़ाइल का आकार | 58.32 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.8 |
अंतिम अपडेट | 2023-12-01 |
प्रकाशन तिथि | 2023-10-25 |
डेवलपर | ericd3770 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.autoapplicants.com/ |
सहायता पृष्ठ URL | https://www.autoapplicants.com/ |
समर्थित भाषाएँ | 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": [ " |