Precontact Talent Pool Automated

Import search results into talent pool lite

Cos'è Precontact Talent Pool Automated?

Precontact Talent Pool Automated è un'estensione di Chrome sviluppata da https://www.precontacttool.com, e la sua funzione principale è "Import search results into talent pool lite".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Precontact Talent Pool Automated

Scarica i file di estensione Precontact Talent Pool Automated in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Precontact Talent Pool Automated Precontact Talent Pool Automated
ID gelgllbifjjdocnomfmbmfknpckcbmod
URL Ufficiale https://chromewebstore.google.com/detail/precontact-talent-pool-au/gelgllbifjjdocnomfmbmfknpckcbmod
Descrizione Import search results into talent pool lite
Dimensione del File 1.42 MB
Conteggio Installazioni 97
Versione Corrente 1.2.7
Ultimo Aggiornamento 2023-12-29
Data di Pubblicazione 2020-06-09
Sviluppatore https://www.precontacttool.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://precontacttool.com/
URL della Pagina di Aiuto https://precontacttool.com/#faq
URL della Pagina della Politica sulla Privacy https://www.precontacttool.com/privacy.html
Lingue Supportate 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\/*"
    ]
}