Precontact Tool Talent Pools
Find the contact details for a pool of linkedin profiles
Was ist Precontact Tool Talent Pools?
Precontact Tool Talent Pools ist eine Chrome-Erweiterung, die von https://www.precontacttool.com entwickelt wurde, und ihr Hauptmerkmal ist "Find the contact details for a pool of linkedin profiles".
Erweiterungsscreenshots
Precontact Tool Talent Pools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Precontact Tool Talent Pools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This browser extension allows you to create a talent pool, the contact details of which can be search for later in the day. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | oblmmpagigplpnhldhdjjafndgpgfkki |
| Offizielle URL | https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki |
| Beschreibung | Find the contact details for a pool of linkedin profiles |
| Dateigröße | 1.09 MB |
| Installationsanzahl | 485 |
| Aktuelle Version | 1.0.10 |
| Letztes Update | 2023-12-29 |
| Veröffentlichungsdatum | 2019-12-04 |
| Entwickler | https://www.precontacttool.com |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.precontacttool.com/privacy.html |
| Unterstützte Sprachen | 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\/*"
]
} | |