Record Google Meet Transcripts
This extension will allow you to record the closed captions provided in Google Meet. The meeting transcript, and all past transcripts recorded, can be copied to the clipboard.
There are a couple options that can be read by calling __gmt_get(key) and set by calling __gmt_set(key, value):
- speaker-name-map: Replace speaker names, e.g. {"You": "Michael", "Jim Halpert": "Jim" }
- transcript-format-meeting: The format to used for the meeting details when copying the transcript to the clipboard
- transcript-format-session-join: The string to use to join multiple sessions within a meeting. New sessions are created every time transcribing begins.
- transcript-format-speaker: The format used for individual comments in the transcript.
- transcript-format-speaker-join: The string used to join multiple comments in the transcript.