Google Meet Plus - Meeting Transcripts

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

Co je Google Meet Plus - Meeting Transcripts?

Google Meet Plus - Meeting Transcripts je rozšíření Chrome vyvinuté hyzhang, a jeho hlavní funkcí je „This extension helps you to copy your meeting transcripts to the clipboard.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Meet Plus - Meeting Transcripts

Stáhněte si soubory rozšíření Google Meet Plus - Meeting Transcripts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
Oficiální URL https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
Popis This extension helps you to copy your meeting transcripts to the clipboard.
Velikost souboru 569 KB
Počet instalací 174
Aktuální Verze 0.94.4
Poslední Aktualizace 2020-08-03
Datum Vydání 2020-08-03
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář hyzhang
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}