WhatsApp Translator - Translate Chats

Effortlessly translate WhatsApp messages so you can chat with anyone in over 100 different languages.

WhatsApp Translator - Translate Chats là gì?

WhatsApp Translator - Translate Chats là một tiện ích mở rộng Chrome được phát triển bởi http://jowo.co, và tính năng chính của nó là "Effortlessly translate WhatsApp messages so you can chat with anyone in over 100 different languages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WhatsApp Translator - Translate Chats

Tải xuống các tệp mở rộng WhatsApp Translator - Translate Chats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Switching back and forth between Google Translate and Whatsapp is distracting and time-consuming. This translation app makes it fast and easy to translate your conversations on Whatsapp with Google Translate.  Now you can effortlessly communicate with friends, family, and customers around the world.  

***How It Works***
For WhatsApp messages sent to you: 
1) Hover over any message. 
2) Tap “Translate” 
3) View the translation.

For WhatsApp messages you want to send: 
1) In the send message field, write your message in English or your native language 2) Tap Translate to the left of the field. 
3) Copy the translation and press send! 

***Things You Should Know***
Please note this app will only work on WhatsApp’s Web App (https://web.whatsapp.com)

Make sure to set your language in the extension settings. It will automatically translate everything to that language.

We utilize the API provided by Google Translate to translate sentences and words. While not as accurate as human translation, this ensures translations are as accurate as they can be. We recommend using clear uncomplicated sentences for the best translations.   

Thank you for trying and using this Chrome extension. Please let us know what you think and share it with your friends.

***Features***
- 100% Free
- Hover over any message on WhatsApp to translate it 
- Send messages in any language
- Over 100 Languages supported through the Google Translate API 

***Your Data & Privacy***
- Your trust and security is our number one priority. We don't store any data about you, your contacts, or messages your send on our servers.

***Disclaimer***
This app is not affiliated with or officially endorsed by WhatsApp, Facebook, Google, or Google Translate in any way

***Support***
Please email support at jowo.co or visit https://jowo.co/apps/forms/support/index.html                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WhatsApp Translator - Translate Chats WhatsApp Translator - Translate Chats
ID kifnefnnkniabdelmedgihddijhjlkkk
URL Chính Thức https://chrome.google.com/webstore/detail/whatsapp-translator-trans/kifnefnnkniabdelmedgihddijhjlkkk
Mô tả Effortlessly translate WhatsApp messages so you can chat with anyone in over 100 different languages.
Kích Thước Tệp 35.36 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2021-06-28
Ngày Phát Hành 2020-10-31
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://jowo.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jowo.co
URL Trang Trợ Giúp https://forms.gle/gxvxDT7M3Zqgt5V98
URL Trang Chính Sách Bảo Mật https://jowo.co/apps/privacypolicyterms/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsApp Translator - Translate Chats",
    "description": "Effortlessly translate WhatsApp messages so you can chat with anyone in over 100 different languages.",
    "version": "1.8",
    "icons": {
        "128": "images\/icons\/icon128.png",
        "48": "images\/icons\/icon48.png",
        "16": "images\/icons\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icons\/icon16.png",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "whatsappTranslator"
    },
    "web_accessible_resources": [
        "js\/content.js",
        "css\/content.css",
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "https:\/\/*.whatsapp.com\/*"
    ]
}