Precontact Talent Pool Automated

Import search results into talent pool lite

Precontact Talent Pool Automated क्या है?

Precontact Talent Pool Automated https://www.precontacttool.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import search results into talent pool lite"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Precontact Talent Pool Automated एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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\/*"
    ]
}