Contact Mapping Extension

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

Cos'è Contact Mapping Extension?

Contact Mapping Extension è un'estensione di Chrome sviluppata da https://contactmapping.com, e la sua funzione principale è "Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Contact Mapping Extension

Scarica i file di estensione Contact Mapping Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Contact Mapping Extension Contact Mapping Extension
ID nodcipflaegppagnfchjbfibolclhiol
URL Ufficiale https://chromewebstore.google.com/detail/contact-mapping-extension/nodcipflaegppagnfchjbfibolclhiol
Descrizione Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!
Dimensione del File 868 KB
Conteggio Installazioni 576
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-04-06
Data di Pubblicazione 2020-07-27
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://contactmapping.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.contactmapping.com/
URL della Pagina di Aiuto https://www.contactmapping.com/contact-us
URL della Pagina della Politica sulla Privacy https://www.contactmapping.com/privacy
Lingue Supportate 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"
    ]
}