Precontact Tool Talent Pools

Find the contact details for a pool of linkedin profiles

Co to jest Precontact Tool Talent Pools?

Precontact Tool Talent Pools to rozszerzenie Chrome opracowane przez https://www.precontacttool.com, a jego główną funkcją jest „Find the contact details for a pool of linkedin profiles”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Precontact Tool Talent Pools

Pobierz pliki rozszerzeń Precontact Tool Talent Pools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Precontact Tool Talent Pools Precontact Tool Talent Pools
ID oblmmpagigplpnhldhdjjafndgpgfkki
Oficjalny URL https://chromewebstore.google.com/detail/precontact-tool-talent-po/oblmmpagigplpnhldhdjjafndgpgfkki
Opis Find the contact details for a pool of linkedin profiles
Rozmiar pliku 1.09 MB
Liczba instalacji 485
Aktualna Wersja 1.0.10
Ostatnia Aktualizacja 2023-12-29
Data Publikacji 2019-12-04
Deweloper https://www.precontacttool.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.precontacttool.com/privacy.html
Obsługiwane Języki 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\/*"
    ]
}