Google Attendance Taker

Takes attendance every minute

Qu'est-ce que Google Attendance Taker ?

Google Attendance Taker est une extension Chrome développée par deepakmanohar, et sa fonction principale est "Takes attendance every minute".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Attendance Taker

Téléchargez les fichiers d'extension Google Attendance Taker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
URL Officiel https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Description Takes attendance every minute
Taille du Fichier 41.95 KB
Nombre d'Installations 242
Version Actuelle 1.0
Dernière Mise à Jour 2021-08-27
Date de Publication 2021-08-27
Évaluation 3.00/5 Total 1 Évaluations
Développeur deepakmanohar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}