Google Attendance Taker

Takes attendance every minute

Co je Google Attendance Taker?

Google Attendance Taker je rozšíření Chrome vyvinuté deepakmanohar, a jeho hlavní funkcí je „Takes attendance every minute“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Attendance Taker

Stáhněte si soubory rozšíření Google Attendance Taker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Google Attendance Taker Google Attendance Taker
ID cffmaadnlgjdbgmklookiceekipldhje
Oficiální URL https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje
Popis Takes attendance every minute
Velikost souboru 41.95 KB
Počet instalací 242
Aktuální Verze 1.0
Poslední Aktualizace 2021-08-27
Datum Vydání 2021-08-27
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář deepakmanohar
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}