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 - это расширение Chrome, разработанное nils.hamerlinck, и его основная функция - "Adds a ribbon on the top-left side of Meet to remind organizers to start the recording. Click on the ribbon to hide it.".
Снимки экрана расширения
Скачать файл CRX расширения Google Meet - Don't forget to record ribbon
Скачайте файлы расширений 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 |
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" ] } ] } |