Precontact Tool Talent Pools

Find the contact details for a pool of linkedin profiles

Qu'est-ce que Precontact Tool Talent Pools ?

Precontact Tool Talent Pools est une extension Chrome développée par https://www.precontacttool.com, et sa fonction principale est "Find the contact details for a pool of linkedin profiles".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Precontact Tool Talent Pools

Téléchargez les fichiers d'extension Precontact Tool Talent Pools 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

                        This browser extension allows you to create a talent pool, the contact details of which can be search for later in the day.                    

Informations de Base sur l'Extension

Nom Precontact Tool Talent Pools Precontact Tool Talent Pools
ID oblmmpagigplpnhldhdjjafndgpgfkki
URL Officiel https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki
Description Find the contact details for a pool of linkedin profiles
Taille du Fichier 1.09 MB
Nombre d'Installations 485
Version Actuelle 1.0.10
Dernière Mise à Jour 2023-12-29
Date de Publication 2019-12-04
Développeur https://www.precontacttool.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.precontacttool.com/privacy.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precontact Tool Talent Pools",
    "version": "1.0.10",
    "description": "Find the contact details for a pool of linkedin profiles",
    "permissions": [
        "tabs",
        "background",
        "declarativeContent",
        "storage"
    ],
    "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\/*"
    ]
}