Live Chat Bar

Monitor chat requests from livechatbar.com without opening a chat

Live Chat Barคืออะไร?

Live Chat Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://columbussoft.com และคุณลักษณะหลักของมันคือ "Monitor chat requests from livechatbar.com without opening a chat"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Chat Bar

ดาวน์โหลดไฟล์ส่วนขยาย Live Chat Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Leading live chat and help desk software. Customize your chat widget, interact with web visitors in real time, answer customer tickets and boost conversions. Powered and Integrated with ColumbusSoft websites.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Live Chat Bar Live Chat Bar
ID olngcdbhbjgipfjobdcnaadldibbeacf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/live-chat-bar/olngcdbhbjgipfjobdcnaadldibbeacf
คำอธิบาย Monitor chat requests from livechatbar.com without opening a chat
ขนาดไฟล์ 35.11 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-12-22
วันที่เผยแพร่ 2014-12-22
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://columbussoft.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://livechatbar.com/
URL หน้าช่วยเหลือ https://columbussoft.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Chat Bar",
    "description": "Monitor chat requests from livechatbar.com without opening a chat",
    "version": "1.2",
    "permissions": [
        "idle"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}