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.

What is Google Meet - Don't forget to record ribbon?

Google Meet - Don't forget to record ribbon is a Chrome extension developed by nils.hamerlinck, and its main feature is "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.".

Extension Screenshots

screenshot

Download Google Meet - Don't forget to record ribbon Extension CRX File

Download Google Meet - Don't forget to record ribbon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google Meet - Don't forget to record ribbon Google Meet - Don't forget to record ribbon
ID ppehpblmikpidcbjfobiomoedhpnlmdl
Official URL https://chromewebstore.google.com/detail/google-meet-dont-forget-t/ppehpblmikpidcbjfobiomoedhpnlmdl
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.
File Size 7.63 KB
Installation Count 871
Current Version 1.0
Last Updated 2020-09-28
Publish Date 2020-09-28
Rating 5.00/5 Total 2 Ratings
Developer nils.hamerlinck
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}