Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Apa itu Live Helper Chat?

Live Helper Chat adalah ekstensi Chrome yang dikembangkan oleh https://livehelperchat.com, dan fitur utamanya adalah "Monitor chat requests from Live Helper Chat without opening a chat".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Live Helper Chat

Unduh file ekstensi Live Helper Chat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Live Helper Chat Live Helper Chat
ID knooimelchgpbpblfhlgkdifnabcolin
URL Resmi https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin
Deskripsi Monitor chat requests from Live Helper Chat without opening a chat
Ukuran File 31.75 KB
Jumlah Instalasi 2,513
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-10-08
Tanggal Publikasi 2015-02-15
Penilaian 4.70/5 Total 53 Penilaian
Pengembang https://livehelperchat.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://livehelperchat.com
URL Halaman Bantuan http://livehelperchat.com/how-to-use-chrome-extension-245a.html
Bahasa yang Didukung 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"
    }
}