Contactz.io

Get contact details instantly!

Qu'est-ce que Contactz.io ?

Contactz.io est une extension Chrome développée par Contactz.io, et sa fonction principale est "Get contact details instantly!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Contactz.io

Téléchargez les fichiers d'extension Contactz.io au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        WELCOME TO CONTACTZ.IO
The Business Network where members share contact information with each other.

HOW DOES IT WORK
Install the Chrome Extension and most of your LinkedIn search results now show contact details.

✔ Click a phone to call from mobile
✔ Click an email to start writing it immediately
✔ Use an email template to start your emails faster
✔ Download a list of all contacts

THE MEMBERS
Our members comes from all walks of life and countries, they all share a passion to promote goals and business.

HOW TO BECOME A MEMBER
Agree to share your own contacts’ details.
It’s done automatically. That’s it.

JOIN THE CONTACTZ BUSINESS NETWORK
Get contact details in your LinkedIn searches and profiles for FREE for the duration of the launch period.                    

Informations de Base sur l'Extension

Nom Contactz.io Contactz.io
ID hfapamnlpelpdfenngkokhlcieeoclbo
URL Officiel https://chrome.google.com/webstore/detail/contactzio/hfapamnlpelpdfenngkokhlcieeoclbo
Description Get contact details instantly!
Taille du Fichier 47.07 KB
Nombre d'Installations 86
Version Actuelle 1.0.0.44
Dernière Mise à Jour 2019-09-28
Date de Publication 2019-09-28
Évaluation 4.50/5 Total 2 Évaluations
Développeur Contactz.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://contactz.io/
URL de la Page d'Aide https://contactz.io/
URL de la Page de Politique de Confidentialité https://details.getcustomers.co/terms.html
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Contactz.io",
    "version": "1.0.0.44",
    "description": "Get contact details instantly!",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "permissions": [
            "https:\/\/details.getcustomers.co\/*"
        ]
    },
    "browser_action": {
        "default_title": "Contactz.io",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "\/*.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.linkedin.com; object-src 'self'; media-src 'self' filesystem:",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "clipboardRead",
        "webNavigation",
        "contextMenus",
        "cookies",
        "alarms",
        "storage",
        "notifications",
        "identity",
        "webRequest",
        "activeTab",
        "webRequestBlocking",
        "*:\/\/*.linkedin.com\/*",
        "https:\/\/details.getcustomers.co\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}