TalentScore
Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.
TalentScore là gì?
TalentScore là một tiện ích mở rộng Chrome được phát triển bởi TalentScore, Inc., và tính năng chính của nó là "Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TalentScore
Tải xuống các tệp mở rộng TalentScore dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TalentScore |
ID | bafbngkpmcimiahgchogfgodpbahmdje |
URL Chính Thức | https://chromewebstore.google.com/detail/talentscore/bafbngkpmcimiahgchogfgodpbahmdje |
Mô tả | Hiring internationally? TalentScore makes recruiting much easier with metrics about the quality of a LinkedIn profile. |
Kích Thước Tệp | 65.86 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.0.149 |
Cập Nhật Lần Cuối | 2024-01-18 |
Ngày Phát Hành | 2021-12-10 |
Nhà Phát Triển | TalentScore, Inc. |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://talentscore.io |
URL Trang Trợ Giúp | https://talentscore.io/contact |
URL Trang Chính Sách Bảo Mật | https://talentscore.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |