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.
Was ist Google Meet - Don't forget to record ribbon?
Google Meet - Don't forget to record ribbon ist eine Chrome-Erweiterung, die von nils.hamerlinck entwickelt wurde, und ihr Hauptmerkmal ist "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.".
Erweiterungsscreenshots
Google Meet - Don't forget to record ribbon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Meet - Don't forget to record ribbon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Google Meet - Don't forget to record ribbon |
ID | ppehpblmikpidcbjfobiomoedhpnlmdl |
Offizielle URL | https://chromewebstore.google.com/detail/google-meet-dont-forget-t/ppehpblmikpidcbjfobiomoedhpnlmdl |
Beschreibung | Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it. |
Dateigröße | 7.63 KB |
Installationsanzahl | 871 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-09-28 |
Veröffentlichungsdatum | 2020-09-28 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | nils.hamerlinck |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |