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
Eメール [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"
    ]
}