Live Chat Bar
Monitor chat requests from livechatbar.com without opening a chat
Cos'è Live Chat Bar?
Live Chat Bar è un'estensione di Chrome sviluppata da http://columbussoft.com, e la sua funzione principale è "Monitor chat requests from livechatbar.com without opening a chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live Chat Bar
Scarica i file di estensione Live Chat Bar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | olngcdbhbjgipfjobdcnaadldibbeacf |
URL Ufficiale | https://chrome.google.com/webstore/detail/live-chat-bar/olngcdbhbjgipfjobdcnaadldibbeacf |
Descrizione | Monitor chat requests from livechatbar.com without opening a chat |
Dimensione del File | 35.11 KB |
Conteggio Installazioni | 58 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-12-22 |
Data di Pubblicazione | 2014-12-22 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | http://columbussoft.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://livechatbar.com/ |
URL della Pagina di Aiuto | https://columbussoft.com/ |
Lingue Supportate | 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" } } |