OK Zoomer
OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.
Что такое OK Zoomer?
OK Zoomer - это расширение Chrome, разработанное progammer, и его основная функция - "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.".
Снимки экрана расширения
Скачать файл CRX расширения OK Zoomer
Скачайте файлы расширений OK Zoomer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Late to Zoom University because you forgot you had class? Or maybe you couldn't find that join link buried in your email with 999+ notifications... OK Zoomer. Here's a solution for your troubles: a compact and easily accessible extension that will save and join your classes for you! why should I download this? - Lightweight portal for easy access to online meetings - Zoom meetings and other links [e.g. Microsoft Teams and Blackboard Collaborate] supported - Save and customize meetings with password support - Schedule meetings, automatically join meetings, and get reminders
Основная информация о расширении
Название | OK Zoomer |
ID | jbnbkdnmmdndfglombmgmbccfccjkidg |
Официальный URL | https://chromewebstore.google.com/detail/ok-zoomer/jbnbkdnmmdndfglombmgmbccfccjkidg |
Описание | OK Zoomer is a clean and lightweight portal for accessing Zoom meetings. |
Размер файла | 212 KB |
Количество установок | 302 |
Текущая Версия | 1.7 |
Последнее Обновление | 2020-09-09 |
Дата публикации | 2020-08-22 |
Рейтинг | 4.82/5 Всего 11 оценок |
Разработчик | progammer |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OK Zoomer", "version": "1.7", "description": "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.", "permissions": [ "storage", "notifications" ], "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |