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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}