scale.jobs - AI Copilot

Delegate applying to jobs to your assistants or use AI Copilot

什么是scale.jobs - AI Copilot?

scale.jobs - AI Copilot是由https://scale.jobs开发的Chrome扩展程序,该扩展的主要功能是“Delegate applying to jobs to your assistants or use AI Copilot”。

扩展截图

screenshot
screenshot
screenshot

下载scale.jobs - AI Copilot扩展crx文件

下载scale.jobs - AI Copilot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Stop Wasting Time Applying to Jobs
Let your Career Assistant apply to jobs on your behalf and you can focus on Networking, Interview Prep etc
Save 80 Hours or 10+ Days by delegating grunt work

Generate one click AI Cover Letter, AI Responses to questions asked in Job Applications, Instant Cold Emails/Inmails to Recruiters and Hiring Managers for Job Search.

JobHunt Made Easy!                    

扩展基本信息

名称 scale.jobs - AI Copilot scale.jobs - AI Copilot
ID hmdplhikhkcajiledbcnanlaedaoobfo
官方URL https://chromewebstore.google.com/detail/scalejobs-ai-copilot/hmdplhikhkcajiledbcnanlaedaoobfo
简介 Delegate applying to jobs to your assistants or use AI Copilot
文件大小 1.01 MB
安装次数 303
当前版本 0.1.4
更新时间 2024-02-07
上架时间 2023-12-17
评分 5.00/5 共4次评分
开发者 https://scale.jobs
电子邮箱 [email protected]
付费类型 free
扩展官网 https://scale.jobs/
帮助页面URL https://scale.jobs/
隐私政策页面URL https://scale.jobs/privacy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.147a396a.png",
        "32": "icon32.plasmo.d9cf3ee8.png",
        "48": "icon48.plasmo.e70ebda0.png",
        "64": "icon64.plasmo.c364a21e.png",
        "128": "icon128.plasmo.942863d5.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.147a396a.png",
            "32": "icon32.plasmo.d9cf3ee8.png",
            "48": "icon48.plasmo.e70ebda0.png",
            "64": "icon64.plasmo.c364a21e.png",
            "128": "icon128.plasmo.942863d5.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.1.4",
    "author": "Balaji Kummari",
    "name": "scale.jobs - AI Copilot",
    "description": "Delegate applying to jobs to your assistants or use AI Copilot",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting",
        "unlimitedStorage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.lever.co\/*",
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/*.wellfound.com\/*",
                "https:\/\/*.indeed.com\/*"
            ],
            "js": [
                "sidebar.70830f65.js"
            ],
            "css": [
                "sidebar.7689dbb7.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "tabs\/*",
                "*.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/*.lever.co\/*",
                "https:\/\/*.greenhouse.io\/*",
                "https:\/\/*.wellfound.com\/*",
                "https:\/\/*.indeed.com\/*"
            ],
            "resources": [
                "sidebar.6ddd23f8.css"
            ]
        }
    ]
}