Google Attendance Taker

Takes attendance every minute

Что такое Google Attendance Taker?

Google Attendance Taker - это расширение Chrome, разработанное deepakmanohar, и его основная функция - "Takes attendance every minute".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Attendance Taker

Скачайте файлы расширений Google Attendance Taker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Take attendance using Google Attendance Taker.

This will take attendance on top of the google meet that happens for students. 

Steps: 
1. Install the Extension
2. Create a txt file with each line having the name of the student who will join the meeting. Note that the name in this text file should exactly match the name the student will use to login. 
3. On the plugin, load that txt file. 
4. Click on the "on" link in the popup. Attendance will be taken every minute. The popup will show the % availability of the students as well. 

Happy attendance taking!                    

Основная информация о расширении

Название Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
Официальный URL https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Описание Takes attendance every minute
Размер файла 41.95 KB
Количество установок 242
Текущая Версия 1.0
Последнее Обновление 2021-08-27
Дата публикации 2021-08-27
Рейтинг 3.00/5 Всего 1 оценок
Разработчик deepakmanohar
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Attendance Taker",
    "description": "Takes attendance every minute",
    "version": "1.0",
    "permissions": [
        "alarms",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "apple.png",
        "default_popup": "popup.html"
    }
}