Google Meet Attendance
Simple way to take an attendance on Google Meet
Qu'est-ce que Google Meet Attendance ?
Google Meet Attendance est une extension Chrome développée par https://www.w3technic.com, et sa fonction principale est "Simple way to take an attendance on Google Meet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Meet Attendance
Téléchargez les fichiers d'extension Google Meet Attendance au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension is intended for users who need a simple way to take attendance during a Google Meet calls. This extension adds a button to the top right bar, you only need to click to this button and get all participants list DOCUMENTATION To begin using this extension, here is what you need to do: Install the Software Extension Go inside a Google Meet meeting. Click on the extension icon when you are IN the meeting to activate the extension. Attendance taking will be enabled once you click on the extension icon when you are in a Google Meet online video call. PURPOSE This extension was made to help all the teachers and students figuring out distance learning together. PRIVACY POLICY We don't store your data, period. Thanks!
Informations de Base sur l'Extension
Nom | Google Meet Attendance |
ID | bpnbncnlmblkmeleaiaccmdikkdkicim |
URL Officiel | https://chromewebstore.google.com/detail/google-meet-attendance/bpnbncnlmblkmeleaiaccmdikkdkicim |
Description | Simple way to take an attendance on Google Meet |
Taille du Fichier | 633 KB |
Nombre d'Installations | 1,193 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2020-08-03 |
Date de Publication | 2020-08-03 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://www.w3technic.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.w3technic.com/2020/08/how-to-take-attendance-in-google-meet.html |
URL de la Page d'Aide | https://www.w3technic.com/p/contact.html |
URL de la Page de Politique de Confidentialité | https://w3technic.com/privacy-policy |
Langues Prises en Charge | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "version": "1.0.1", "version_name": "1.0.1", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png", "256": "img\/256.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "\/js\/update-conf.js", "\/js\/update.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "img\/512.png", "default_popup": "popup.html", "default_title": "__MSG_AppName__" }, "container": [ "GOOGLE_DRIVE" ], "offline_enabled": true } |