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.
擴展基本資訊
名稱 | TalentScore |
ID | bafbngkpmcimiahgchogfgodpbahmdje |
官方網址 | 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" } } |