Google Attendance Taker

Takes attendance every minute

Wat is Google Attendance Taker?

Google Attendance Taker is een Chrome-extensie ontwikkeld door deepakmanohar, en de belangrijkste functie is "Takes attendance every minute".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Attendance Taker

Download Google Attendance Taker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
Officiële URL https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Beschrijving Takes attendance every minute
Bestandsgrootte 41.95 KB
Aantal Installaties 242
Huidige Versie 1.0
Laatst Bijgewerkt 2021-08-27
Publicatiedatum 2021-08-27
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar deepakmanohar
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}