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
官方URL 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"
    ]
}