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.

Qu'est-ce que Google Meet - Don't forget to record ribbon ?

Google Meet - Don't forget to record ribbon est une extension Chrome développée par nils.hamerlinck, et sa fonction principale est "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Meet - Don't forget to record ribbon

Téléchargez les fichiers d'extension Google Meet - Don't forget to record ribbon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Meet - Don't forget to record ribbon Google Meet - Don't forget to record ribbon
ID ppehpblmikpidcbjfobiomoedhpnlmdl
URL Officiel 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.
Taille du Fichier 7.63 KB
Nombre d'Installations 871
Version Actuelle 1.0
Dernière Mise à Jour 2020-09-28
Date de Publication 2020-09-28
Évaluation 5.00/5 Total 2 Évaluations
Développeur nils.hamerlinck
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}