Contact Mapping Extension

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

Co to jest Contact Mapping Extension?

Contact Mapping Extension to rozszerzenie Chrome opracowane przez https://contactmapping.com, a jego główną funkcją jest „Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Contact Mapping Extension

Pobierz pliki rozszerzeń Contact Mapping Extension 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Contact Mapping Extension Contact Mapping Extension
ID nodcipflaegppagnfchjbfibolclhiol
Oficjalny URL https://chromewebstore.google.com/detail/contact-mapping-extension/nodcipflaegppagnfchjbfibolclhiol
Opis Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!
Rozmiar pliku 868 KB
Liczba instalacji 576
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2023-04-06
Data Publikacji 2020-07-27
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper https://contactmapping.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.contactmapping.com/
Adres URL Strony Pomocy https://www.contactmapping.com/contact-us
Adres URL Strony Polityki Prywatności https://www.contactmapping.com/privacy
Obsługiwane Języki 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"
    ]
}