Auto Applicants AI

Apply Automatically for jobs using AI

什麼是Auto Applicants AI?

Auto Applicants AI是由ericd3770開發的Chrome擴展程式,該擴展的主要功能是“Apply Automatically for jobs using AI”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Auto Applicants AI擴展crx文件

下載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 Auto Applicants AI
ID lkomjnkfhbkjgnoljdnfhfmdoaillgim
官方網址 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": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}