Google Meet Attendance
Save the time joined and left of all attendees with one click!
¿Qué es Google Meet Attendance?
Google Meet Attendance es una extensión de Chrome desarrollada por Jake Crowley, y su función principal es "Save the time joined and left of all attendees with one click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Google Meet Attendance
Descarga archivos de extensión Google Meet Attendance en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Google Meet Attendance |
ID | ghcbncfgnbhdcjmhpoakkjojgekcejdf |
URL Oficial | https://chromewebstore.google.com/detail/google-meet-attendance/ghcbncfgnbhdcjmhpoakkjojgekcejdf |
Descripción | Save the time joined and left of all attendees with one click! |
Tamaño del Archivo | 18.23 KB |
Cantidad de Instalaciones | 40,193 |
Versión Actual | 0.0.7 |
Última Actualización | 2020-07-12 |
Fecha de Publicación | 2020-05-13 |
Calificación | 3.92/5 Total de 50 Calificaciones |
Desarrollador | Jake Crowley |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
URL de la Página de Política de Privacidad | https://jakecrowley.github.io/googlemeetattendance/privacy.html |
Idiomas Soportados | 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\/*" ] } |