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 هو إضافة Chrome تم تطويرها بواسطة https://contactmapping.com، والميزة الرئيسية لها هي "Contact Mapping Chrome extension - the ultimate relationship-building tool for busy professionals and “super-connectors” alike!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Contact Mapping Extension

قم بتنزيل ملفات الامتداد Contact Mapping Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.contactmapping.com/contact-us
عنوان صفحة سياسة الخصوصية 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"
    ]
}