shopee Chat Translation

shopee Chat Translation

What is shopee Chat Translation?

shopee Chat Translation is a Chrome extension developed by cloudtranslation1234, and its main feature is "shopee Chat Translation".

Extension Screenshots

screenshot
screenshot

Download shopee Chat Translation Extension CRX File

Download shopee Chat Translation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        这是一款服务于跨境电商shopee平台“卖家”的客服聊天“大窗口”的翻译扩展程序。使用方式:打开自己的shoppe店铺,打开大聊天窗口(注:此扩展程序在暂时无法在小的聊天窗口使用,请点击小聊天窗口右上角的按钮前往大聊天窗口中使用)。不少跨境电商客服在与客户聊天时,采用的还是复制客户发送的信息到翻译软件上进行翻译,在将自己要发送的内容翻译完成后再复制到聊天窗口上进行发送的模式。这样子不仅工作效率低,而且还可能耽误回复顾客的时间,造成客源的流失。该扩展程序就是为了帮助跨境电商客服,提高工作效率,克服交流不便而研发的。该扩展程序可自动将客户发送的信息翻译并展示在对应的语句下面,实现客服阅读客户信息无障碍。同时,客服只需在聊天窗口输入自己要回复信息的中文,通过“翻译并发送”按钮即可将中文翻译成对应的语种并发送给客户。该扩展程序支持翻译的语种不止是英文,针对于shopee平台,还增加了泰语、马来语、印尼语,三种语言。后期还可根据市场需求增加新的语种。                    

Extension Basic Information

Name shopee Chat Translation shopee Chat Translation
ID hmnmfffmomkhmoonemomeoehmmdeoeag
Official URL https://chromewebstore.google.com/detail/shopee-chat-translation/hmnmfffmomkhmoonemomeoehmmdeoeag
Description shopee Chat Translation
File Size 1.15 MB
Installation Count 23
Current Version 1.4.2
Last Updated 2021-12-29
Publish Date 2021-09-19
Developer cloudtranslation1234
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shopee Chat Translation",
    "description": "shopee Chat Translation",
    "version": "1.4.2",
    "page_action": {
        "default_popup": "index.html",
        "default_icon": "\/icons\/Icon-192.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}