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.

Cos'è Google Meet - Don't forget to record ribbon?

Google Meet - Don't forget to record ribbon è un'estensione di Chrome sviluppata da nils.hamerlinck, e la sua funzione principale è "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 dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Meet - Don't forget to record ribbon

Scarica i file di estensione Google Meet - Don't forget to record ribbon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Meet - Don't forget to record ribbon Google Meet - Don't forget to record ribbon
ID ppehpblmikpidcbjfobiomoedhpnlmdl
URL Ufficiale https://chromewebstore.google.com/detail/google-meet-dont-forget-t/ppehpblmikpidcbjfobiomoedhpnlmdl
Descrizione Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.
Dimensione del File 7.63 KB
Conteggio Installazioni 871
Versione Corrente 1.0
Ultimo Aggiornamento 2020-09-28
Data di Pubblicazione 2020-09-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore nils.hamerlinck
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}