Glints TalentRadar
Supercharge your sourcing efforts.
Glints TalentRadar là gì?
Glints TalentRadar là một tiện ích mở rộng Chrome được phát triển bởi https://glints.com, và tính năng chính của nó là "Supercharge your sourcing efforts.".
Ả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 Glints TalentRadar
Tải xuống các tệp mở rộng Glints TalentRadar 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
For Glints recruiters, it adds talent profiles from external sites into TalentHunt, which enables them to then add into their pipelines.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Glints TalentRadar |
ID | jkndcaeieneegkffkmfnkgehafphaicb |
URL Chính Thức | https://chromewebstore.google.com/detail/glints-talentradar/jkndcaeieneegkffkmfnkgehafphaicb |
Mô tả | Supercharge your sourcing efforts. |
Kích Thước Tệp | 105 KB |
Số Lần Cài Đặt | 115 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2024-01-26 |
Ngày Phát Hành | 2020-11-18 |
Nhà Phát Triển | https://glints.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.0", "description": "Supercharge your sourcing efforts.", "manifest_version": 3, "name": "Glints TalentRadar", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "vendors\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.cakeresume.com\/*" ], "run_at": "document_start", "js": [ "vendors\/cakeresume\/content.js" ] }, { "matches": [ "https:\/\/*.linkedin.com\/*" ], "run_at": "document_start", "js": [ "vendors\/linkedin\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "vendors\/cakeresume\/inject.js", "vendors\/linkedin\/inject.js" ], "matches": [ " |