Auto Applicants AI
Apply Automatically for jobs using AI
Τι είναι το Auto Applicants AI;
Το Auto Applicants AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ericd3770, και η κύρια λειτουργία του είναι "Apply Automatically for jobs using AI".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Auto Applicants AI
Λήψη αρχείων επέκτασης Auto Applicants AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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": [ " |