Chat Translator by DeskMoz

Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!

Qu'est-ce que Chat Translator by DeskMoz ?

Chat Translator by DeskMoz est une extension Chrome développée par https://deskmoz.com, et sa fonction principale est "Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chat Translator by DeskMoz

Téléchargez les fichiers d'extension Chat Translator by DeskMoz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chat Translator by DeskMoz Chat Translator by DeskMoz
ID mehmompmbaocpeidgkadkkopflliiagb
URL Officiel https://chromewebstore.google.com/detail/chat-translator-by-deskmo/mehmompmbaocpeidgkadkkopflliiagb
Description Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!
Taille du Fichier 563 KB
Nombre d'Installations 144
Version Actuelle 1.4
Dernière Mise à Jour 2021-03-25
Date de Publication 2019-05-29
Évaluation 4.84/5 Total 32 Évaluations
Développeur https://deskmoz.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://deskmoz.com
URL de la Page de Politique de Confidentialité https://deskmoz.com/privacy-policy
Langues Prises en Charge 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"
        }
    ]
}