Chat Translator by DeskMoz
Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!
Chat Translator by DeskMoz क्या है?
Chat Translator by DeskMoz https://deskmoz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chat Translator by DeskMoz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Chat Translator by DeskMoz |
ID | mehmompmbaocpeidgkadkkopflliiagb |
आधिकारिक URL | https://chromewebstore.google.com/detail/chat-translator-by-deskmo/mehmompmbaocpeidgkadkkopflliiagb |
विवरण | Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies! |
फ़ाइल का आकार | 563 KB |
स्थापना संख्या | 144 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-03-25 |
प्रकाशन तिथि | 2019-05-29 |
रेटिंग | 4.84/5 कुल 32 रेटिंग्स |
डेवलपर | https://deskmoz.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://deskmoz.com |
गोपनीयता नीति पृष्ठ URL | https://deskmoz.com/privacy-policy |
समर्थित भाषाएँ | 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" } ] } |