Translate, Transcribe, and Summarize Japanese

JotMe automatically Translate, Transcribe, and Summarize Japanese Meetings in English with AI on Google Meet.

Translate, Transcribe, and Summarize Japanese란 무엇입니까?

Translate, Transcribe, and Summarize Japanese은(는) https://jotme.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "JotMe automatically Translate, Transcribe, and Summarize Japanese Meetings in English with AI on Google Meet."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Translate, Transcribe, and Summarize Japanese 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ➤ How to use it
1. Add this app to your Chrome.
2. Sign up at app.jotme.io.
3. Make sure that you are signed in at app.jotme.io. 
4. Start your Google Meet.
5. Open live caption. 
6. Set language source. For example, if you want to translate Japanese → English, your caption setting on Google Meet needs to be in Japanese.
7. Go to app.jotme.io to access real-time transcripts during or after the meeting.
*visual guidance is at: https://www.jotme.io/#how-to

➤ What it does
- As soon as you open your live caption and somebody speaks, JotMe will start translating Japanese to English or English to Japanese in real time depending on your setting.
- If you go to app.jotme.io you can access Japanese & English live bilingual transcripts.
- JotMe AI can summarize your meetings.

➤ Terms and Conditions
By downloading the JotMe Chrome extension, you consent to the processing of live captions from your Google Meet sessions. This data will be utilized exclusively for enhancing our AI-driven services. We are committed to continuous improvement and value your contribution to this process. Additionally, as our service involves collecting speech through live captions, you are required to obtain consent from all participants in your meetings before using JotMe. It is your responsibility to ensure that all parties know that our extension may capture and process their speech.

Experience having no language barrier at work with JotMe now!                    

확장 프로그램 기본 정보

이름 Translate, Transcribe, and Summarize Japanese Translate, Transcribe, and Summarize Japanese
ID dblnhakdbdnbpijekdfofikccmgpebno
공식 URL https://chromewebstore.google.com/detail/translate-transcribe-and/dblnhakdbdnbpijekdfofikccmgpebno
설명 JotMe automatically Translate, Transcribe, and Summarize Japanese Meetings in English with AI on Google Meet.
파일 크기 2.25 MB
설치 횟수 81
현재 버전 3.0.0
최근 업데이트 2024-02-01
출시 날짜 2023-11-26
평점 5.00/5 총 4 개의 평점
개발자 https://jotme.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.jotme.io/
개인정보 보호 정책 페이지 URL https://www.jotme.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.0",
    "manifest_version": 3,
    "name": "Translate, Transcribe, and Summarize Japanese",
    "description": "JotMe automatically Translate, Transcribe, and Summarize Japanese Meetings in English with AI on Google Meet.",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon32.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*",
                "*:\/\/app.jotme.io\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}