Auto Applicants AI

Apply Automatically for jobs using AI

O que é Auto Applicants AI?

Auto Applicants AI é uma extensão do Chrome desenvolvida por ericd3770, e sua principal característica é "Apply Automatically for jobs using AI".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto Applicants AI

Baixe arquivos de extensão Auto Applicants AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Auto Applicants AI Auto Applicants AI
ID lkomjnkfhbkjgnoljdnfhfmdoaillgim
URL Oficial https://chromewebstore.google.com/detail/auto-applicants-ai/lkomjnkfhbkjgnoljdnfhfmdoaillgim
Descrição Apply Automatically for jobs using AI
Tamanho do Arquivo 58.32 KB
Contagem de Instalações 46
Versão Atual 1.8
Última Atualização 2023-12-01
Data de Publicação 2023-10-25
Desenvolvedor ericd3770
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.autoapplicants.com/
URL da Página de Ajuda https://www.autoapplicants.com/
Idiomas Suportados 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}