Google Meet Plus - Meeting Transcripts

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

Cos'è Google Meet Plus - Meeting Transcripts?

Google Meet Plus - Meeting Transcripts è un'estensione di Chrome sviluppata da hyzhang, e la sua funzione principale è "This extension helps you to copy your meeting transcripts to the clipboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Meet Plus - Meeting Transcripts

Scarica i file di estensione Google Meet Plus - Meeting Transcripts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
URL Ufficiale https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
Descrizione This extension helps you to copy your meeting transcripts to the clipboard.
Dimensione del File 569 KB
Conteggio Installazioni 174
Versione Corrente 0.94.4
Ultimo Aggiornamento 2020-08-03
Data di Pubblicazione 2020-08-03
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore hyzhang
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}