Google Meet Plus - Meeting Transcripts

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

O que é Google Meet Plus - Meeting Transcripts?

Google Meet Plus - Meeting Transcripts é uma extensão do Chrome desenvolvida por hyzhang, e sua principal característica é "This extension helps you to copy your meeting transcripts to the clipboard.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Meet Plus - Meeting Transcripts

Baixe arquivos de extensão Google Meet Plus - Meeting Transcripts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
URL Oficial https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
Descrição This extension helps you to copy your meeting transcripts to the clipboard.
Tamanho do Arquivo 569 KB
Contagem de Instalações 174
Versão Atual 0.94.4
Última Atualização 2020-08-03
Data de Publicação 2020-08-03
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor hyzhang
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}