Precontact Tool Talent Pools
Find the contact details for a pool of linkedin profiles
Cos'è Precontact Tool Talent Pools?
Precontact Tool Talent Pools è un'estensione di Chrome sviluppata da https://www.precontacttool.com, e la sua funzione principale è "Find the contact details for a pool of linkedin profiles".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Precontact Tool Talent Pools
Scarica i file di estensione Precontact Tool Talent Pools 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
This browser extension allows you to create a talent pool, the contact details of which can be search for later in the day. Informazioni di Base sull'Estensione
| Nome | |
| ID | oblmmpagigplpnhldhdjjafndgpgfkki |
| URL Ufficiale | https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki |
| Descrizione | Find the contact details for a pool of linkedin profiles |
| Dimensione del File | 1.09 MB |
| Conteggio Installazioni | 485 |
| Versione Corrente | 1.0.10 |
| Ultimo Aggiornamento | 2023-12-29 |
| Data di Pubblicazione | 2019-12-04 |
| Sviluppatore | https://www.precontacttool.com |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://www.precontacttool.com/privacy.html |
| Lingue Supportate | 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\/*"
]
} | |