Google Meet - Don't forget to record ribbon

Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.

Google Meet - Don't forget to record ribbonคืออะไร?

Google Meet - Don't forget to record ribbon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nils.hamerlinck และคุณลักษณะหลักของมันคือ "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet - Don't forget to record ribbon

ดาวน์โหลดไฟล์ส่วนขยาย Google Meet - Don't forget to record ribbon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Recording meetings is a great way to promote asynchronous collaboration in a company.

Unfortunately, it happens quite often that organizers find out too late that they forgot to start the recording.

Google doesn't give any option to automate recordings (probably for good reasons).

So this minimalist extension helps organizer to remember about it by adding a flashy ribbon on the top-left side of the app.

Simply click on the ribbon to make it disappear.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Meet - Don't forget to record ribbon Google Meet - Don't forget to record ribbon
ID ppehpblmikpidcbjfobiomoedhpnlmdl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-dont-forget-t/ppehpblmikpidcbjfobiomoedhpnlmdl
คำอธิบาย Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.
ขนาดไฟล์ 7.63 KB
จำนวนการติดตั้ง 871
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-09-28
วันที่เผยแพร่ 2020-09-28
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา nils.hamerlinck
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet - Don't forget to record ribbon",
    "description": "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.",
    "version": "1.0",
    "icons": {
        "300": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                ".\/google-meet-dont-forget-to-record-ribbon.user.js"
            ]
        }
    ]
}