Contact Mapping Extension

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

Contact Mapping Extension là gì?

Contact Mapping Extension là một tiện ích mở rộng Chrome được phát triển bởi https://contactmapping.com, và tính năng chính của nó là "Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Contact Mapping Extension

Tải xuống các tệp mở rộng Contact Mapping Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Contact Mapping Extension Contact Mapping Extension
ID nodcipflaegppagnfchjbfibolclhiol
URL Chính Thức https://chromewebstore.google.com/detail/contact-mapping-extension/nodcipflaegppagnfchjbfibolclhiol
Mô tả Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!
Kích Thước Tệp 868 KB
Số Lần Cài Đặt 576
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2020-07-27
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://contactmapping.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.contactmapping.com/
URL Trang Trợ Giúp https://www.contactmapping.com/contact-us
URL Trang Chính Sách Bảo Mật https://www.contactmapping.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}