Google Meet Attendance
Save the time joined and left of all attendees with one click!
Cos'è Google Meet Attendance?
Google Meet Attendance è un'estensione di Chrome sviluppata da Jake Crowley, e la sua funzione principale è "Save the time joined and left of all attendees with one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Meet Attendance
Scarica i file di estensione Google Meet Attendance 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
Saves a list of all current attendees with one click in a Google Meet meeting with the time they joined and left to a spreadsheet. No user information is collected while using this extension.
Informazioni di Base sull'Estensione
Nome | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
URL Ufficiale | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
Descrizione | Save the time joined and left of all attendees with one click! |
Dimensione del File | 18.23 KB |
Conteggio Installazioni | 40,193 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2020-07-12 |
Data di Pubblicazione | 2020-05-13 |
Valutazione | 3.92/5 Totale 50 Valutazioni |
Sviluppatore | Jake Crowley |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
URL della Pagina della Politica sulla Privacy | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance", "version": "0.0.7", "manifest_version": 2, "description": "Save the time joined and left of all attendees with one click!", "homepage_url": "https:\/\/github.com\/jakecrowley\/Google-Meet-Attendance", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/inject.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Instructions Popup", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "tabs", "contextMenus", "https:\/\/meet.google.com\/*" ] } |