Chat Translator by DeskMoz
Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!
Co to jest Chat Translator by DeskMoz?
Chat Translator by DeskMoz to rozszerzenie Chrome opracowane przez https://deskmoz.com, a jego główną funkcją jest „Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chat Translator by DeskMoz
Pobierz pliki rozszerzeń Chat Translator by DeskMoz 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
Chat Translator app by DeskMoz helps the users of LiveChat Inc and Zopim to translate the chats from other languages to English. Whenever a chat operator receives a chat in other language, he doesn’t need to go to Google Translate in a separate window. All the translation tasks will be performed on the same page. It will help to detect the language automatically and show the translated text in the chat window itself. Live chat services are becoming the basic need of every website and answering the chats from other languages helps the businesses to increase customer satisfaction and boost the sales.
Podstawowe informacje o rozszerzeniu
Nazwa | Chat Translator by DeskMoz |
ID | mehmompmbaocpeidgkadkkopflliiagb |
Oficjalny URL | https://chromewebstore.google.com/detail/chat-translator-by-deskmo/mehmompmbaocpeidgkadkkopflliiagb |
Opis | Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies! |
Rozmiar pliku | 563 KB |
Liczba instalacji | 144 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2021-03-25 |
Data Publikacji | 2019-05-29 |
Ocena | 4.84/5 Łącznie 32 Oceny |
Deweloper | https://deskmoz.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://deskmoz.com |
Adres URL Strony Polityki Prywatności | https://deskmoz.com/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chat Translator by DeskMoz", "description": "Chat Translator by DeskMoz automatically translates your LiveChatInc\/ Zopim incoming messages & lets you translate the replies!", "version": "1.4", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/functions.js", "js\/storage.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon-active.png", "38": "img\/icon-active-scale2.png" }, "default_title": "Chat Translator by DeskMoz", "default_popup": "popup.html" }, "permissions": [ "tabs", "notifications", "storage" ], "web_accessible_resources": [ "img\/icon-48.png" ], "content_scripts": [ { "matches": [ "*:\/\/my.livechatinc.com\/*", "*:\/\/dashboard.zopim.com\/*" ], "js": [ "js\/observer.js" ], "run_at": "document_idle" } ] } |