TalentScore

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

What is TalentScore?

TalentScore is a Chrome extension developed by TalentScore, Inc., and its main feature is "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".

Extension Screenshots

screenshot
screenshot

Download TalentScore Extension CRX File

Download TalentScore extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TalentScore TalentScore
ID bafbngkpmcimiahgchogfgodpbahmdje
Official URL https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje
Description Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
File Size 65.86 KB
Installation Count 29
Current Version 1.0.149
Last Updated 2024-01-18
Publish Date 2021-12-10
Developer TalentScore, Inc.
Email [email protected]
Payment Type free
Extension Website https://talentscore.io
Help Page URL https://talentscore.io/contact
Privacy Policy Page URL https://talentscore.io/privacy-policy
Supported Languages 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"
    }
}