scale.jobs - AI Copilot

Delegate applying to jobs to your assistants or use AI Copilot

scale.jobs - AI Copilotคืออะไร?

scale.jobs - AI Copilot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scale.jobs และคุณลักษณะหลักของมันคือ "Delegate applying to jobs to your assistants or use AI Copilot"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย scale.jobs - AI Copilot

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}