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开发的Chrome扩展程序,该扩展的主要功能是“Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!”。

扩展截图

screenshot
screenshot
screenshot

下载Chat Translator by DeskMoz扩展crx文件

下载Chat Translator by DeskMoz扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
        }
    ]
}