Precontact Tool Talent Pools
Find the contact details for a pool of linkedin profiles
Precontact Tool Talent Poolsとは何ですか?
Precontact Tool Talent Poolsはhttps://www.precontacttool.comによって開発されたChromeの拡張機能で、その主な機能は「Find the contact details for a pool of linkedin profiles」です。
拡張機能のスクリーンショット
Precontact Tool Talent Pools拡張機能のCRXファイルをダウンロード
Precontact Tool Talent Pools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This browser extension allows you to create a talent pool, the contact details of which can be search for later in the day. 拡張機能の基本情報
| 名前 | |
| ID | oblmmpagigplpnhldhdjjafndgpgfkki |
| 公式URL | https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki |
| 説明 | Find the contact details for a pool of linkedin profiles |
| ファイルサイズ | 1.09 MB |
| インストール数 | 485 |
| 現在のバージョン | 1.0.10 |
| 最終更新日 | 2023-12-29 |
| 公開日 | 2019-12-04 |
| 開発者 | https://www.precontacttool.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://www.precontacttool.com/privacy.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Precontact Tool Talent Pools",
"version": "1.0.10",
"description": "Find the contact details for a pool of linkedin profiles",
"permissions": [
"tabs",
"background",
"declarativeContent",
"storage"
],
"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\/*"
]
} | |