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是由nils.hamerlinck開發的Chrome擴展程式,該擴展的主要功能是“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

下載Google Meet - Don't forget to record ribbon擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}