Google meet attendance downloader & autoadmit
This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
Что такое Google meet attendance downloader & autoadmit?
Google meet attendance downloader & autoadmit - это расширение Chrome, разработанное Md Waqar, и его основная функция - "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".
Снимки экрана расширения
Скачать файл CRX расширения Google meet attendance downloader & autoadmit
Скачайте файлы расширений Google meet attendance downloader & autoadmit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.
Основная информация о расширении
Название | Google meet attendance downloader & autoadmit |
ID | aooohipcpangghmcpkjhcolnagaihglj |
Официальный URL | https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj |
Описание | This is an extension for downloading the attendance on Google Meet and also you can enable auto admit. |
Размер файла | 23.88 KB |
Количество установок | 533 |
Текущая Версия | 0.0.5 |
Последнее Обновление | 2021-07-06 |
Дата публикации | 2021-03-05 |
Рейтинг | 4.80/5 Всего 5 оценок |
Разработчик | Md Waqar |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google meet attendance downloader & autoadmit", "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Google meet attendance downloader & autoadmit", "default_icon": "logo.png" } } |