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文件

下载Translate, Transcribe, and Summarize Japanese扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ➤ 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"
    ]
}