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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This browser extension allows you to create a talent pool, the contact details of which can be search for later in the day.
معلومات أساسية عن التمديد
الاسم | Precontact Tool Talent Pools |
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 |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |