Precontact Talent Pool Automated

Import search results into talent pool lite

ما هو Precontact Talent Pool Automated؟

Precontact Talent Pool Automated هو إضافة Chrome تم تطويرها بواسطة https://www.precontacttool.com، والميزة الرئيسية لها هي "Import search results into talent pool lite".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Precontact Talent Pool Automated

قم بتنزيل ملفات الامتداد Precontact Talent Pool Automated بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Import profiles from a LinkedIn search results set into a PrecontactTool talent pool                    

معلومات أساسية عن التمديد

الاسم Precontact Talent Pool Automated Precontact Talent Pool Automated
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/
عنوان صفحة المساعدة https://precontacttool.com/#faq
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}