Live Chat Connect

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

Live Chat Connect là gì?

Live Chat Connect là một tiện ích mở rộng Chrome được phát triển bởi http://visitlead.com, và tính năng chính của nó là "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Live Chat Connect

Tải xuống các tệp mở rộng Live Chat Connect 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

                                            

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

Tên Live Chat Connect Live Chat Connect
ID lojhmlhankbnpjbndpggghoobmiihbgn
URL Chính Thức https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn
Mô tả Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Kích Thước Tệp 28.3 KB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2016-10-24
Ngày Phát Hành 2016-10-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://visitlead.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://visitlead.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}