TalentScore

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

Co je TalentScore?

TalentScore je rozšíření Chrome vyvinuté TalentScore, Inc., a jeho hlavní funkcí je „Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření TalentScore

Stáhněte si soubory rozšíření TalentScore ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název TalentScore TalentScore
ID bafbngkpmcimiahgchogfgodpbahmdje
Oficiální URL https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje
Popis Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Velikost souboru 65.86 KB
Počet instalací 29
Aktuální Verze 1.0.149
Poslední Aktualizace 2024-01-18
Datum Vydání 2021-12-10
Vývojář TalentScore, Inc.
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://talentscore.io
URL Stránky Nápovědy https://talentscore.io/contact
URL Stránky Zásad Ochrany Soukromí https://talentscore.io/privacy-policy
Podporované Jazyky 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"
    }
}