TalentScore

Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.

TalentScore क्या है?

TalentScore TalentScore, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

crx प्रारूप में TalentScore एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. Install the plugin, then navigate to a LinkedIn profile to see insights about the academic background, companies worked for, English proficiency and resume quality.                    

एक्सटेंशन की मूल जानकारी

नाम TalentScore TalentScore
ID bafbngkpmcimiahgchogfgodpbahmdje
आधिकारिक URL https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje
विवरण Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
फ़ाइल का आकार 65.86 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.0.149
अंतिम अपडेट 2024-01-18
प्रकाशन तिथि 2021-12-10
डेवलपर TalentScore, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://talentscore.io
सहायता पृष्ठ URL https://talentscore.io/contact
गोपनीयता नीति पृष्ठ URL https://talentscore.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TalentScore",
    "version": "1.0.149",
    "manifest_version": 3,
    "description": "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.",
    "content_scripts": [
        {
            "js": [
                "content-scripts\/create-app.js"
            ],
            "css": [
                "assets\/extension.css"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "permissions": [
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*"
    ],
    "icons": {
        "16": "assets\/png\/chromestore_logo\/chromestore16x16.png",
        "48": "assets\/png\/chromestore_logo\/chromestore48x48.png",
        "128": "assets\/png\/chromestore_logo\/chromestore128x128.png"
    }
}