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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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. |
| Eメール | [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"
}
} | |