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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spence: AI Career Copilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}