Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Τι είναι το Live Helper Chat;

Το Live Helper Chat είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://livehelperchat.com, και η κύρια λειτουργία του είναι "Monitor chat requests from Live Helper Chat without opening a chat".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Live Helper Chat

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}