ConnectionMate

ConnectionMate

ما هو ConnectionMate؟

ConnectionMate هو إضافة Chrome تم تطويرها بواسطة https://connectionmate.com، والميزة الرئيسية لها هي "ConnectionMate".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ConnectionMate

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

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

                        Be the first to comment on a post, become visible to whoever matters to you and build relations, that drive business.

ConnectionMate helps you to focus on the posts from these Linkedin Members, that are important to you! Because Conversations lead to Conversions.                    

معلومات أساسية عن التمديد

الاسم ConnectionMate ConnectionMate
ID kiplfgepmbblkllmcgmldecccbgkdlnf
عنوان URL الرسمي https://chromewebstore.google.com/detail/connectionmate/kiplfgepmbblkllmcgmldecccbgkdlnf
الوصف ConnectionMate
حجم الملف 4.4 MB
عدد التثبيتات 341
النسخة الحالية 1.0.5
آخر تحديث 2023-12-05
تاريخ النشر 2020-09-17
المطور https://connectionmate.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://connectionmate.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ConnectionMate",
    "description": "ConnectionMate",
    "version": "1.0.5",
    "icons": {
        "16": "cm-fav-16.png",
        "32": "cm-fav-32.png",
        "128": "cm-fav-128.png"
    },
    "web_accessible_resources": [
        "*.png",
        "*.svg"
    ],
    "background": {
        "scripts": [
            "store.js",
            "chrome-hooks.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Connection mate",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/www.linkedin.com\/in\/*",
        "*:\/\/pluspulso-connectionmate-api-oepbt672ya-ey.a.run.app\/*",
        "*:\/\/pluspulso-connectionmate-api-z55x3m4g7a-ey.a.run.app\/*",
        "*:\/\/connectionmate.com\/*",
        "tabs",
        "webNavigation",
        "alarms",
        "cookies"
    ]
}