Live Chat Bar

Monitor chat requests from livechatbar.com without opening a chat

Live Chat Barとは何ですか?

Live Chat Barはhttp://columbussoft.comによって開発されたChromeの拡張機能で、その主な機能は「Monitor chat requests from livechatbar.com without opening a chat」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Live Chat Bar拡張機能のCRXファイルをダウンロード

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"
    }
}