Google Meet Visual Timer
This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.
Что такое Google Meet Visual Timer?
Google Meet Visual Timer - это расширение Chrome, разработанное https://timer.smartrday.com, и его основная функция - "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.".
Снимки экрана расширения
Скачать файл CRX расширения Google Meet Visual Timer
Скачайте файлы расширений Google Meet Visual Timer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Take back control of your meetings. Meetings can easily get out of hand and one solution is Timeboxing : Keep track of the time and allocate specific amount of time to specific parts of the agenda.
Основная информация о расширении
Название | Google Meet Visual Timer |
ID | gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
Официальный URL | https://chromewebstore.google.com/detail/google-meet-visual-timer/gfjhjjpfbhbkdidgimbdnhipbdmmmpkj |
Описание | This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations. |
Размер файла | 130 KB |
Количество установок | 9,000 |
Текущая Версия | 1.6.1 |
Последнее Обновление | 2020-12-07 |
Дата публикации | 2020-06-15 |
Рейтинг | 1.89/5 Всего 9 оценок |
Разработчик | https://timer.smartrday.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://timer.smartrday.com/ |
URL страницы помощи | http://timer.smartrday.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Fred Gouv", "browser_action": { "default_icon": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "default_popup": "index.html", "default_title": "Google Meet Timer Visual" }, "web_accessible_resources": [ "alarm.mp3", "css\/bootstrap.min.css", "css\/jquery-3.5.1.min.js", "css\/bootstrap.bundle.min.js" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] } ], "description": "This extension adds a visual timer in your Google Meet and gives you a way to create a timer for each of your presentations.", "icons": { "128": "images\/128.png", "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "Google Meet Visual Timer", "version": "1.6.1" } |