Chat Translator by DeskMoz

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

Was ist Chat Translator by DeskMoz?

Chat Translator by DeskMoz ist eine Chrome-Erweiterung, die von https://deskmoz.com entwickelt wurde, und ihr Hauptmerkmal ist "Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Chat Translator by DeskMoz-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chat Translator by DeskMoz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chat Translator by DeskMoz Chat Translator by DeskMoz
ID mehmompmbaocpeidgkadkkopflliiagb
Offizielle URL https://chromewebstore.google.com/detail/chat-translator-by-deskmo/mehmompmbaocpeidgkadkkopflliiagb
Beschreibung Chat Translator by DeskMoz automatically translates your LiveChatInc/ Zopim incoming messages & lets you translate the replies!
Dateigröße 563 KB
Installationsanzahl 144
Aktuelle Version 1.4
Letztes Update 2021-03-25
Veröffentlichungsdatum 2019-05-29
Bewertung 4.84/5 Insgesamt 32 Bewertungen
Entwickler https://deskmoz.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://deskmoz.com
URL der Datenschutzrichtlinien-Seite https://deskmoz.com/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}