Glints TalentRadar
Supercharge your sourcing efforts.
什么是Glints TalentRadar?
Glints TalentRadar是由https://glints.com开发的Chrome扩展程序,该扩展的主要功能是“Supercharge your sourcing efforts.”。
扩展截图
下载Glints TalentRadar扩展crx文件
下载Glints TalentRadar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
For Glints recruiters, it adds talent profiles from external sites into TalentHunt, which enables them to then add into their pipelines.
扩展基本信息
名称 | Glints TalentRadar |
ID | jkndcaeieneegkffkmfnkgehafphaicb |
官方URL | https://chromewebstore.google.com/detail/glints-talentradar/jkndcaeieneegkffkmfnkgehafphaicb |
简介 | Supercharge your sourcing efforts. |
文件大小 | 105 KB |
安装次数 | 115 |
当前版本 | 2.1.0 |
更新时间 | 2024-01-26 |
上架时间 | 2020-11-18 |
开发者 | https://glints.com |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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": [ " |