Precontact Talent Pool Automated

Import search results into talent pool lite

What is Precontact Talent Pool Automated?

Precontact Talent Pool Automated is a Chrome extension developed by https://www.precontacttool.com, and its main feature is "Import search results into talent pool lite".

Extension Screenshots

screenshot

Download Precontact Talent Pool Automated Extension CRX File

Download Precontact Talent Pool Automated extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Precontact Talent Pool Automated Precontact Talent Pool Automated
ID gelgllbifjjdocnomfmbmfknpckcbmod
Official URL https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod
Description Import search results into talent pool lite
File Size 1.42 MB
Installation Count 97
Current Version 1.2.7
Last Updated 2023-12-29
Publish Date 2020-06-09
Developer https://www.precontacttool.com
Email [email protected]
Payment Type free
Extension Website https://precontacttool.com/
Help Page URL https://precontacttool.com/#faq
Privacy Policy Page URL https://www.precontacttool.com/privacy.html
Supported Languages 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\/*"
    ]
}