Precontact Talent Pool Automated
Import search results into talent pool lite
什么是Precontact Talent Pool Automated?
Precontact Talent Pool Automated是由https://www.precontacttool.com开发的Chrome扩展程序,该扩展的主要功能是“Import search results into talent pool lite”。
扩展截图
下载Precontact Talent Pool Automated扩展crx文件
下载Precontact Talent Pool Automated扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Import profiles from a LinkedIn search results set into a PrecontactTool talent pool 扩展基本信息
| 名称 | |
| ID | gelgllbifjjdocnomfmbmfknpckcbmod |
| 官方URL | https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod |
| 简介 | Import search results into talent pool lite |
| 文件大小 | 1.42 MB |
| 安装次数 | 97 |
| 当前版本 | 1.2.7 |
| 更新时间 | 2023-12-29 |
| 上架时间 | 2020-06-09 |
| 开发者 | https://www.precontacttool.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://precontacttool.com/ |
| 帮助页面URL | https://precontacttool.com/#faq |
| 隐私政策页面URL | https://www.precontacttool.com/privacy.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Precontact Talent Pool Automated",
"version": "1.2.7",
"description": "Import search results into talent pool lite",
"permissions": [
"tabs",
"background",
"declarativeContent",
"storage",
"downloads"
],
"background": {
"service_worker": "service_worker.js"
},
"icons": {
"16": "assets\/images\/default-icon.png",
"32": "assets\/images\/default-icon.png",
"48": "assets\/images\/default-icon.png",
"128": "assets\/images\/default-icon.png"
},
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "assets\/images\/default-icon.png",
"32": "assets\/images\/default-icon.png",
"48": "assets\/images\/default-icon.png",
"128": "assets\/images\/default-icon.png"
}
},
"content_security_policy": [],
"host_permissions": [
"https:\/\/api.recruitment-tools.com\/*",
"https:\/\/api.recruitment-tools.local\/*",
"https:\/\/test-api.recruitment-tools.com\/*",
"https:\/\/*.linkedin.com\/*",
"https:\/\/linkedin.com\/*",
"https:\/\/*.facebook.com\/*",
"https:\/\/facebook.com\/*",
"https:\/\/*.xing.com\/*",
"https:\/\/xing.com\/*"
]
} | |