Google Meet Plus - Meeting Transcripts

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

什麼是Google Meet Plus - Meeting Transcripts?

Google Meet Plus - Meeting Transcripts是由hyzhang開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you to copy your meeting transcripts to the clipboard.”。

擴展截圖

screenshot

下載Google Meet Plus - Meeting Transcripts擴展crx文件

下載Google Meet Plus - Meeting Transcripts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Google Meet Plus - Meeting Transcripts Google Meet Plus - Meeting Transcripts
ID bhdjoenakdncbihdefmdokhkmandglkj
官方網址 https://chromewebstore.google.com/detail/google-meet-plus-meeting/bhdjoenakdncbihdefmdokhkmandglkj
簡介 This extension helps you to copy your meeting transcripts to the clipboard.
檔案大小 569 KB
安裝次數 174
目前版本 0.94.4
更新時間 2020-08-03
上架時間 2020-08-03
評分 1.00/5 共 1 次評分
開發者 hyzhang
電子郵箱 [email protected]
付費類型 free
支援的語言 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
}