Live Chat Connect

Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...

ما هو Live Chat Connect؟

Live Chat Connect هو إضافة Chrome تم تطويرها بواسطة http://visitlead.com، والميزة الرئيسية لها هي "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Live Chat Connect

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

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

                                            

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

الاسم Live Chat Connect Live Chat Connect
ID lojhmlhankbnpjbndpggghoobmiihbgn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn
الوصف Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
حجم الملف 28.3 KB
عدد التثبيتات 153
النسخة الحالية 1.0.6
آخر تحديث 2016-10-24
تاريخ النشر 2016-10-24
تقييم 5.00/5 مجموع تقييمات 2
المطور http://visitlead.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://visitlead.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Live Chat Connect",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/VISITLEAD.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-22.png",
        "default_title": "Focus Live Chat Tab"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "web_accessible_resources": [
        "images\/icon-48.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.visitlead.com\/*",
            "*:\/\/app.visitlead.local\/*"
        ]
    }
}