TalentScore

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

O que é TalentScore?

TalentScore é uma extensão do Chrome desenvolvida por TalentScore, Inc., e sua principal característica é "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão TalentScore

Baixe arquivos de extensão TalentScore no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TalentScore TalentScore
ID bafbngkpmcimiahgchogfgodpbahmdje
URL Oficial https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje
Descrição Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
Tamanho do Arquivo 65.86 KB
Contagem de Instalações 29
Versão Atual 1.0.149
Última Atualização 2024-01-18
Data de Publicação 2021-12-10
Desenvolvedor TalentScore, Inc.
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://talentscore.io
URL da Página de Ajuda https://talentscore.io/contact
URL da Página de Política de Privacidade https://talentscore.io/privacy-policy
Idiomas Suportados 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"
    }
}