Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Live Helper Chatとは何ですか?

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

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

screenshot
screenshot

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

Live Helper Chat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        If you can't login make sure you have.

1. Must have at-least 3.46v of Live Helper Chat. 
2. Minimum 7.3 PHP version. 
3. Uncomment in lhc_web/index.php these two lines.
// @ini_set('session.cookie_samesite', 'None');
// @ini_set('session.cookie_secure', true);

1.2v
Now it can monitor your computer idle time and change your status automatically. You can change that in extension options.

1.1v
Autologin also now supported.

With this extension you can monitor pending chats directly from google chrome toolbar. No need to have opened Live Helper admin panel.                    

拡張機能の基本情報

名前 Live Helper Chat Live Helper Chat
ID knooimelchgpbpblfhlgkdifnabcolin
公式URL https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin
説明 Monitor chat requests from Live Helper Chat without opening a chat
ファイルサイズ 31.75 KB
インストール数 2,513
現在のバージョン 1.2
最終更新日 2020-10-08
公開日 2015-02-15
評価 4.70/5 合計 53 レビュー
開発者 https://livehelperchat.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://livehelperchat.com
ヘルプページのURL http://livehelperchat.com/how-to-use-chrome-extension-245a.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Live Helper Chat",
    "description": "Monitor chat requests from Live Helper Chat 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"
    }
}