Precontact Talent Pool Automated

Import search results into talent pool lite

Was ist Precontact Talent Pool Automated?

Precontact Talent Pool Automated ist eine Chrome-Erweiterung, die von https://www.precontacttool.com entwickelt wurde, und ihr Hauptmerkmal ist "Import search results into talent pool lite".

Erweiterungsscreenshots

screenshot

Precontact Talent Pool Automated-Erweiterungs-CRX-Datei herunterladen

Laden Sie Precontact Talent Pool Automated-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Precontact Talent Pool Automated Precontact Talent Pool Automated
ID gelgllbifjjdocnomfmbmfknpckcbmod
Offizielle URL https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod
Beschreibung Import search results into talent pool lite
Dateigröße 1.42 MB
Installationsanzahl 97
Aktuelle Version 1.2.7
Letztes Update 2023-12-29
Veröffentlichungsdatum 2020-06-09
Entwickler https://www.precontacttool.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://precontacttool.com/
Hilfeseite URL https://precontacttool.com/#faq
URL der Datenschutzrichtlinien-Seite https://www.precontacttool.com/privacy.html
Unterstützte Sprachen 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\/*"
    ]
}