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
Eメール [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"
        }
    ]
}