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 - это расширение Chrome, разработанное https://jotme.io, и его основная функция - "JotMe automatically Translate, Transcribe, and Summarize Japanese Meetings in English with AI on Google Meet.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Translate, Transcribe, and Summarize Japanese

Скачайте файлы расширений 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"
    ]
}