Contact Mapping Extension

Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!

Qu'est-ce que Contact Mapping Extension ?

Contact Mapping Extension est une extension Chrome développée par https://contactmapping.com, et sa fonction principale est "Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Contact Mapping Extension

Téléchargez les fichiers d'extension Contact Mapping Extension 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

                        Creating new contacts, capturing notes, and setting follow-ups has never been easier. With just a few clicks, you can access all of our integrated social platforms and stay on top of your relationships from your browser.

So why wait? Sign up for Contact Mapping Pro and start building stronger, more meaningful relationships today!
Head to our website at http://contactmapping.com to learn more.                    

Informations de Base sur l'Extension

Nom Contact Mapping Extension Contact Mapping Extension
ID nodcipflaegppagnfchjbfibolclhiol
URL Officiel https://chromewebstore.google.com/detail/contact-mapping-extension/nodcipflaegppagnfchjbfibolclhiol
Description Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!
Taille du Fichier 868 KB
Nombre d'Installations 576
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-04-06
Date de Publication 2020-07-27
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://contactmapping.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.contactmapping.com/
URL de la Page d'Aide https://www.contactmapping.com/contact-us
URL de la Page de Politique de Confidentialité https://www.contactmapping.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and \u201csuper-connectors\u201d alike!",
    "version": "2.0.0",
    "manifest_version": 3,
    "name": "Contact Mapping Extension",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "scripting",
        "clipboardRead"
    ]
}