Meeting Translator

Translates the chat messages in Google Meet

Meeting Translatorคืออะไร?

Meeting Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meeting-translator.com และคุณลักษณะหลักของมันคือ "Translates the chat messages in Google Meet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meeting Translator

ดาวน์โหลดไฟล์ส่วนขยาย Meeting Translator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Meeting Translator translates the chat messages and closed captions to your language immediately. So you can read the translated text even if you couldn't understand the correspondent's language.

It makes your Google Meetings easy for you by translating your incoming chat messages to your own language and also your outgoing chat messages to other languages.

Simply connect your Google Meeting via Chrome Browser and click on the MT button and Meeting Translator will helps you by: 

     *   Translating all of your incoming chat messages to your language. If an audience sent a chat message (either in meeting language or his/her own language), you can see them in your language and meeting  language with original message.

     *  Translating all of your outgoing chat messages from your language to meeting language. It means that you can ask your questions and add your comments in your language. Other audiences can see them either in meeting language or  both in meeting language and in their  own language(s) with original message. 

    *  Translating live captions (English) to your language. It means that you can understand the speaker whom speaks English. Because our solution translates it instantly to your language (as text)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Meeting Translator Meeting Translator
ID bmjgnipcbkoifojbponacejbamiooono
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/meeting-translator/bmjgnipcbkoifojbponacejbamiooono
คำอธิบาย Translates the chat messages in Google Meet
ขนาดไฟล์ 75.63 KB
จำนวนการติดตั้ง 1,248
เวอร์ชันปัจจุบัน 0.4.4
อัปเดตครั้งล่าสุด 2021-03-23
วันที่เผยแพร่ 2021-01-07
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://meeting-translator.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://meeting-translator.com/
URL หน้าช่วยเหลือ https://meeting-translator.com/support
ภาษาที่รองรับ en,tr,es,ja
manifest.json
{
    "description": "__MSG_appDesc__",
    "version": "0.4.4",
    "name": "__MSG_appName__",
    "default_locale": "en",
    "author": "SkyerSoft",
    "icons": {
        "128": "icons\/icon.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "inject.bundle.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "meeting_translator.bundle.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}