Live Chat Bar

Monitor chat requests from livechatbar.com without opening a chat

Wat is Live Chat Bar?

Live Chat Bar is een Chrome-extensie ontwikkeld door http://columbussoft.com, en de belangrijkste functie is "Monitor chat requests from livechatbar.com without opening a chat".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Live Chat Bar

Download Live Chat Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Live Chat Bar Live Chat Bar
ID olngcdbhbjgipfjobdcnaadldibbeacf
Officiële URL https://chrome.google.com/webstore/detail/live-chat-bar/olngcdbhbjgipfjobdcnaadldibbeacf
Beschrijving Monitor chat requests from livechatbar.com without opening a chat
Bestandsgrootte 35.11 KB
Aantal Installaties 58
Huidige Versie 1.2
Laatst Bijgewerkt 2014-12-22
Publicatiedatum 2014-12-22
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://columbussoft.com
Betalingswijze free
Extensiewebsite http://livechatbar.com/
Help Pagina-URL https://columbussoft.com/
Ondersteunde Talen 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"
    }
}