Google Attendance Taker
Takes attendance every minute
Was ist Google Attendance Taker?
Google Attendance Taker ist eine Chrome-Erweiterung, die von deepakmanohar entwickelt wurde, und ihr Hauptmerkmal ist "Takes attendance every minute".
Erweiterungsscreenshots
Google Attendance Taker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Attendance Taker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Google Attendance Taker |
ID | cffmaadnlgjdbgmklookiceekipldhje |
Offizielle URL | https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje |
Beschreibung | Takes attendance every minute |
Dateigröße | 41.95 KB |
Installationsanzahl | 242 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-08-27 |
Veröffentlichungsdatum | 2021-08-27 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | deepakmanohar |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |