Live Chat Bar

Monitor chat requests from livechatbar.com without opening a chat

Qu'est-ce que Live Chat Bar ?

Live Chat Bar est une extension Chrome développée par http://columbussoft.com, et sa fonction principale est "Monitor chat requests from livechatbar.com without opening a chat".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Live Chat Bar

Téléchargez les fichiers d'extension Live Chat Bar au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Live Chat Bar Live Chat Bar
ID olngcdbhbjgipfjobdcnaadldibbeacf
URL Officiel https://chrome.google.com/webstore/detail/live-chat-bar/olngcdbhbjgipfjobdcnaadldibbeacf
Description Monitor chat requests from livechatbar.com without opening a chat
Taille du Fichier 35.11 KB
Nombre d'Installations 58
Version Actuelle 1.2
Dernière Mise à Jour 2014-12-22
Date de Publication 2014-12-22
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://columbussoft.com
Type de Paiement free
Site Web de l'Extension http://livechatbar.com/
URL de la Page d'Aide https://columbussoft.com/
Langues Prises en Charge 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"
    }
}