Spence: AI Career Copilot

Boost your job hunt with Spence! Your AI career copilot offers tailored resumes, cover letters & insights for every job.

什么是Spence: AI Career Copilot?

Spence: AI Career Copilot是由https://getspence.ai开发的Chrome扩展程序,该扩展的主要功能是“Boost your job hunt with Spence! Your AI career copilot offers tailored resumes, cover letters & insights for every job.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Spence: AI Career Copilot扩展crx文件

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

扩展使用说明

                        Enhance your job search while navigating employment platforms such as LinkedIn, CareerBuilder, Indeed and more. Unleash the power of our AI-driven career co-pilot, Spence, which delivers instantaneous insights into how well you match with potential job opportunities. Benefit from bespoke resumes and cover letters, meticulously tailored to the unique requirements of each role you consider.

Delve into comprehensive, actionable feedback directly within job listings to significantly boost your employment prospects. Transform your job hunt with Spence, where opportunity meets preparedness.                    

扩展基本信息

名称 Spence: AI Career Copilot Spence: AI Career Copilot
ID mkckaghkaoiefkkldfkclbiknkiloiip
官方URL https://chromewebstore.google.com/detail/spence-ai-career-copilot/mkckaghkaoiefkkldfkclbiknkiloiip
简介 Boost your job hunt with Spence! Your AI career copilot offers tailored resumes, cover letters & insights for every job.
文件大小 19.78 MB
安装次数 97
当前版本 2.5
更新时间 2024-03-03
上架时间 2023-09-11
评分 5.00/5 共2次评分
开发者 https://getspence.ai
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.getspence.ai
隐私政策页面URL https://www.getspence.ai/policy/privacy
支持的语言 id,de,en,fr,nl,no,vi,tr,da,es,it,hu,pl,ro,fi,sv,cs,el,ru,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "2.5",
    "default_locale": "en",
    "icons": {
        "16": "images\/spence16.png",
        "48": "images\/spence48.png",
        "128": "images\/spence128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage",
        "webNavigation",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "dist\/index.html",
        "default_icon": {
            "16": "images\/spence16.png",
            "48": "images\/spence48.png",
            "128": "images\/spence128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "views\/css\/materialdesignicons.min.css",
                "views\/fonts\/*",
                "images\/*",
                "_locales\/*\/messages.json",
                "js\/*",
                "views\/js\/*",
                "views\/css\/*",
                "views\/html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}