Google Attendance Taker
Takes attendance every minute
Cos'è Google Attendance Taker?
Google Attendance Taker è un'estensione di Chrome sviluppata da deepakmanohar, e la sua funzione principale è "Takes attendance every minute".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Attendance Taker
Scarica i file di estensione Google Attendance Taker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Google Attendance Taker |
ID | cffmaadnlgjdbgmklookiceekipldhje |
URL Ufficiale | https://chromewebstore.google.com/detail/google-attendance-taker/cffmaadnlgjdbgmklookiceekipldhje |
Descrizione | Takes attendance every minute |
Dimensione del File | 41.95 KB |
Conteggio Installazioni | 242 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-08-27 |
Data di Pubblicazione | 2021-08-27 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | deepakmanohar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |