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
公式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
Eメール [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"
            ]
        }
    ]
}