Google Attendance Taker

Takes attendance every minute

¿Qué es Google Attendance Taker?

Google Attendance Taker es una extensión de Chrome desarrollada por deepakmanohar, y su función principal es "Takes attendance every minute".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Google Attendance Taker

Descarga archivos de extensión Google Attendance Taker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
URL Oficial https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Descripción Takes attendance every minute
Tamaño del Archivo 41.95 KB
Cantidad de Instalaciones 242
Versión Actual 1.0
Última Actualización 2021-08-27
Fecha de Publicación 2021-08-27
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador deepakmanohar
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}