Precontact Tool Talent Pools
Find the contact details for a pool of linkedin profiles
Что такое Precontact Tool Talent Pools?
Precontact Tool Talent Pools - это расширение Chrome, разработанное https://www.precontacttool.com, и его основная функция - "Find the contact details for a pool of linkedin profiles".
Снимки экрана расширения
Скачать файл CRX расширения Precontact Tool Talent Pools
Скачайте файлы расширений 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 |
| Электронная почта | [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\/*"
]
} | |