Meeting Translator

Translates the chat messages in Google Meet

Meeting Translator란 무엇입니까?

Meeting Translator은(는) https://meeting-translator.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translates the chat messages in Google Meet"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Meeting Translator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}