Precontact Tool Talent Pools
Find the contact details for a pool of linkedin profiles
Wat is Precontact Tool Talent Pools?
Precontact Tool Talent Pools is een Chrome-extensie ontwikkeld door https://www.precontacttool.com, en de belangrijkste functie is "Find the contact details for a pool of linkedin profiles".
Extensie Screenshots
Download het CRX-bestand van de extensie Precontact Tool Talent Pools
Download Precontact Tool Talent Pools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This browser extension allows you to create a talent pool, the contact details of which can be search for later in the day.
Basisinformatie over de Extensie
Naam | Precontact Tool Talent Pools |
ID | oblmmpagigplpnhldhdjjafndgpgfkki |
Officiële URL | https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki |
Beschrijving | Find the contact details for a pool of linkedin profiles |
Bestandsgrootte | 1.09 MB |
Aantal Installaties | 485 |
Huidige Versie | 1.0.10 |
Laatst Bijgewerkt | 2023-12-29 |
Publicatiedatum | 2019-12-04 |
Ontwikkelaar | https://www.precontacttool.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.precontacttool.com/privacy.html |
Ondersteunde Talen | 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\/*" ] } |