Google Meet Plus - Meeting Transcripts
This extension helps you to copy your meeting transcripts to the clipboard.
Was ist Google Meet Plus - Meeting Transcripts?
Google Meet Plus - Meeting Transcripts ist eine Chrome-Erweiterung, die von hyzhang entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps you to copy your meeting transcripts to the clipboard.".
Erweiterungsscreenshots
Google Meet Plus - Meeting Transcripts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Meet Plus - Meeting Transcripts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Google Meet Plus - Meeting Transcripts |
ID | bhdjoenakdncbihdefmdokhkmandglkj |
Offizielle URL | https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj |
Beschreibung | This extension helps you to copy your meeting transcripts to the clipboard. |
Dateigröße | 569 KB |
Installationsanzahl | 174 |
Aktuelle Version | 0.94.4 |
Letztes Update | 2020-08-03 |
Veröffentlichungsdatum | 2020-08-03 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | hyzhang |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |