Precontact Talent Pool Automated

Import search results into talent pool lite

Qu'est-ce que Precontact Talent Pool Automated ?

Precontact Talent Pool Automated est une extension Chrome développée par https://www.precontacttool.com, et sa fonction principale est "Import search results into talent pool lite".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Precontact Talent Pool Automated

Téléchargez les fichiers d'extension Precontact Talent Pool Automated au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Precontact Talent Pool Automated Precontact Talent Pool Automated
ID gelgllbifjjdocnomfmbmfknpckcbmod
URL Officiel https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod
Description Import search results into talent pool lite
Taille du Fichier 1.42 MB
Nombre d'Installations 97
Version Actuelle 1.2.7
Dernière Mise à Jour 2023-12-29
Date de Publication 2020-06-09
Développeur https://www.precontacttool.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://precontacttool.com/
URL de la Page d'Aide https://precontacttool.com/#faq
URL de la Page de Politique de Confidentialité https://www.precontacttool.com/privacy.html
Langues Prises en Charge 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\/*"
    ]
}