Precontact Tool

Find the contact details for the current LI profile

¿Qué es Precontact Tool?

Precontact Tool es una extensión de Chrome desarrollada por https://www.precontacttool.com, y su función principal es "Find the contact details for the current LI profile".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Precontact Tool

Descarga archivos de extensión Precontact Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Our browser extension enables you to find contact details with the click of a button.

How it works:
1    First Sign up at https://precontacttool.com/#try and click on the link in the validation email. After installing you go automatically to LinkedIn.com.
2    Login in the extension.
3    Open the profile of someone you would like to get in contact with.
4    Then click on the extension in the top right corner and log in.
5    Next click on "Show contact details of current profile"

That it.
Enjoy and if you have any questions please send me a message or read the FAQ at https://precontacttool.com/#faq.

Questions go to https://precontacttool.com/support.html of send an email to [email protected]                    

Información Básica de la Extensión

Nombre Precontact Tool Precontact Tool
ID iabijhdomdkpabfoipoifajnlmidjihg
URL Oficial https://chromewebstore.google.com/detail/precontact-tool/iabijhdomdkpabfoipoifajnlmidjihg
Descripción Find the contact details for the current LI profile
Tamaño del Archivo 1.6 MB
Cantidad de Instalaciones 2,877
Versión Actual 1.2.19
Última Actualización 2024-02-07
Fecha de Publicación 2020-04-19
Calificación 4.00/5 Total de 5 Calificaciones
Desarrollador https://www.precontacttool.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://precontacttool.com/
URL de la Página de Ayuda https://precontacttool.com/#faq
URL de la Página de Política de Privacidad https://www.precontacttool.com/privacy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Precontact Tool",
    "version": "1.2.19",
    "description": "Find the contact details for the current LI profile",
    "permissions": [
        "declarativeNetRequest",
        "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:\/\/*.linkedin.com\/*",
        "https:\/\/linkedin.com\/*",
        "https:\/\/*.github.com\/*",
        "https:\/\/github.com\/*",
        "https:\/\/*.xing.com\/*",
        "https:\/\/xing.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/facebook.com\/*"
    ]
}