Google Meet Plus - Meeting Transcripts

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

Hvad er Google Meet Plus - Meeting Transcripts?

Google Meet Plus - Meeting Transcripts er en Chrome-udvidelse udviklet af hyzhang, og dens hovedfunktion er "This extension helps you to copy your meeting transcripts to the clipboard.".

Udvidelsesskærmbilleder

screenshot

Download Google Meet Plus - Meeting Transcripts-udvidelses-CRX-fil

Download Google Meet Plus - Meeting Transcripts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
Officiel URL https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
Beskrivelse This extension helps you to copy your meeting transcripts to the clipboard.
Filstørrelse 569 KB
Antal Installationer 174
Nuværende Version 0.94.4
Senest Opdateret 2020-08-03
Udgivelsesdato 2020-08-03
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler hyzhang
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}