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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hyzhang และคุณลักษณะหลักของมันคือ "This extension helps you to copy your meeting transcripts to the clipboard."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Plus - Meeting Transcripts

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}