TalentScore

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

什么是TalentScore?

TalentScore是由TalentScore, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.”。

扩展截图

screenshot
screenshot

下载TalentScore扩展crx文件

下载TalentScore扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}