Auto Applicants AI
Apply Automatically for jobs using AI
Cos'è Auto Applicants AI?
Auto Applicants AI è un'estensione di Chrome sviluppata da ericd3770, e la sua funzione principale è "Apply Automatically for jobs using AI".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Applicants AI
Scarica i file di estensione Auto Applicants AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | lkomjnkfhbkjgnoljdnfhfmdoaillgim |
| URL Ufficiale | https://chromewebstore.google.com/detail/auto-applicants-ai/lkomjnkfhbkjgnoljdnfhfmdoaillgim |
| Descrizione | Apply Automatically for jobs using AI |
| Dimensione del File | 58.32 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 1.8 |
| Ultimo Aggiornamento | 2023-12-01 |
| Data di Pubblicazione | 2023-10-25 |
| Sviluppatore | ericd3770 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.autoapplicants.com/ |
| URL della Pagina di Aiuto | https://www.autoapplicants.com/ |
| Lingue Supportate | 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": [
" | |