Google Meet Plus - Meeting Transcripts

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

What is Google Meet Plus - Meeting Transcripts?

Google Meet Plus - Meeting Transcripts is a Chrome extension developed by hyzhang, and its main feature is "This extension helps you to copy your meeting transcripts to the clipboard.".

Extension Screenshots

screenshot

Download Google Meet Plus - Meeting Transcripts Extension CRX File

Download Google Meet Plus - Meeting Transcripts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
Official URL https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
Description This extension helps you to copy your meeting transcripts to the clipboard.
File Size 569 KB
Installation Count 174
Current Version 0.94.4
Last Updated 2020-08-03
Publish Date 2020-08-03
Rating 1.00/5 Total 1 Ratings
Developer hyzhang
Email [email protected]
Payment Type free
Supported Languages 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
}