Google Meet Plus - Meeting Transcripts

This extension helps you to copy your meeting transcripts to the clipboard.

Что такое Google Meet Plus - Meeting Transcripts?

Google Meet Plus - Meeting Transcripts - это расширение Chrome, разработанное hyzhang, и его основная функция - "This extension helps you to copy your meeting transcripts to the clipboard.".

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

screenshot

Скачать файл CRX расширения Google Meet Plus - Meeting Transcripts

Скачайте файлы расширений Google Meet Plus - Meeting Transcripts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Google Meet Plus - Meeting Transcripts is a must-have extension for Google Meet users. This extension allows you to copy your meeting transcripts to the clipboard.

Extension features:
1. Automatically start meeting caption for your meeting
2. Allow you to copy the meeting transcripts to your clipboard, so that you can further paste them to anywhere
3. Warning message if you accidentally turn off the caption 

Update History:
Aug. 3rd 2020: Version 0.94 - Initial Release                    

Основная информация о расширении

Название Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
Официальный URL https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
Описание This extension helps you to copy your meeting transcripts to the clipboard.
Размер файла 569 KB
Количество установок 174
Текущая Версия 0.94.4
Последнее Обновление 2020-08-03
Дата публикации 2020-08-03
Рейтинг 1.00/5 Всего 1 оценок
Разработчик hyzhang
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Plus - Meeting Transcripts",
    "description": "This extension helps you to copy your meeting transcripts to the clipboard.",
    "version": "0.94.4",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "stenographer.js"
    ],
    "manifest_version": 2
}