Auto Applicants AI
Apply Automatically for jobs using AI
Was ist Auto Applicants AI?
Auto Applicants AI ist eine Chrome-Erweiterung, die von ericd3770 entwickelt wurde, und ihr Hauptmerkmal ist "Apply Automatically for jobs using AI".
Erweiterungsscreenshots
Auto Applicants AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Auto Applicants AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Auto Applicants AI |
ID | lkomjnkfhbkjgnoljdnfhfmdoaillgim |
Offizielle URL | https://chromewebstore.google.com/detail/auto-applicants-ai/lkomjnkfhbkjgnoljdnfhfmdoaillgim |
Beschreibung | Apply Automatically for jobs using AI |
Dateigröße | 58.32 KB |
Installationsanzahl | 46 |
Aktuelle Version | 1.8 |
Letztes Update | 2023-12-01 |
Veröffentlichungsdatum | 2023-10-25 |
Entwickler | ericd3770 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.autoapplicants.com/ |
Hilfeseite URL | https://www.autoapplicants.com/ |
Unterstützte Sprachen | 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": [ " |