Live Chat Bar
Monitor chat requests from livechatbar.com without opening a chat
Co to jest Live Chat Bar?
Live Chat Bar to rozszerzenie Chrome opracowane przez http://columbussoft.com, a jego główną funkcją jest „Monitor chat requests from livechatbar.com without opening a chat”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Live Chat Bar
Pobierz pliki rozszerzeń Live Chat Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | olngcdbhbjgipfjobdcnaadldibbeacf |
Oficjalny URL | https://chrome.google.com/webstore/detail/live-chat-bar/olngcdbhbjgipfjobdcnaadldibbeacf |
Opis | Monitor chat requests from livechatbar.com without opening a chat |
Rozmiar pliku | 35.11 KB |
Liczba instalacji | 58 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2014-12-22 |
Data Publikacji | 2014-12-22 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | http://columbussoft.com |
Typ Płatności | free |
Strona Rozszerzenia | http://livechatbar.com/ |
Adres URL Strony Pomocy | https://columbussoft.com/ |
Obsługiwane Języki | 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" } } |