Contact Mapping Extension

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

什麼是Contact Mapping Extension?

Contact Mapping Extension是由https://contactmapping.com開發的Chrome擴展程式,該擴展的主要功能是“Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!”。

擴展截圖

screenshot

下載Contact Mapping Extension擴展crx文件

下載Contact Mapping Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Contact Mapping Extension Contact Mapping Extension
ID nodcipflaegppagnfchjbfibolclhiol
官方網址 https://chromewebstore.google.com/detail/contact-mapping-extension/nodcipflaegppagnfchjbfibolclhiol
簡介 Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!
檔案大小 868 KB
安裝次數 576
目前版本 2.0.0
更新時間 2023-04-06
上架時間 2020-07-27
評分 4.25/5 共 4 次評分
開發者 https://contactmapping.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.contactmapping.com/
說明頁面URL https://www.contactmapping.com/contact-us
隱私政策頁面URL https://www.contactmapping.com/privacy
支援的語言 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"
    ]
}