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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}