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
电子邮箱 [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"
            ]
        }
    ]
}