Google meet attendance,message notify NEW

Scans attendees and records time and sends desktop notifications on messages

¿Qué es Google meet attendance,message notify NEW?

Google meet attendance,message notify NEW es una extensión de Chrome desarrollada por kingmohan45, y su función principal es "Scans attendees and records time and sends desktop notifications on messages".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google meet attendance,message notify NEW

Descarga archivos de extensión Google meet attendance,message notify NEW 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

                        *** WORKS ONLY FOR UPDATED UI ***
There is another extenstion for Legacy with name -Google meet attendance,message notify LEGACY.

Video regarding installation and usage : https://youtu.be/GesqoOMmHkg
Features:
* Records person's session-time(how many minutes a person stayed on page)
* if someone messages even if you aren't active on that tab you will get a desktop notification
* one can start or stop recording by default it will be started
* one can download CSV file with id (if any), names and session times separated by ',' at any instance of time
* when user click end call button, the file will be downloaded automatically and on the second time user click end call button, the call will be ended. This helps if user forget to download the attendance.
** those were working at the time of publishing(as of observed tests), feel free to mail me issues if any.                    

Información Básica de la Extensión

Nombre Google meet attendance,message notify NEW Google meet attendance,message notify NEW
ID bcnbnmbaomnhdjdkcknllhhboljmplmi
URL Oficial https://chromewebstore.google.com/detail/google-meet-attendancemes/bcnbnmbaomnhdjdkcknllhhboljmplmi
Descripción Scans attendees and records time and sends desktop notifications on messages
Tamaño del Archivo 20.12 KB
Cantidad de Instalaciones 152
Versión Actual 5.0.1
Última Actualización 2021-12-17
Fecha de Publicación 2021-04-28
Calificación 4.00/5 Total de 3 Calificaciones
Desarrollador kingmohan45
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/KingMohan45/googleMeetAttendanceAndNotifier
URL de la Página de Ayuda https://github.com/KingMohan45/googleMeetAttendanceAndNotifier/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Scans attendees and records time and sends desktop notifications on messages",
    "manifest_version": 2,
    "name": "Google meet attendance,message notify NEW",
    "version": "5.0.1",
    "homepage_url": "https:\/\/github.com\/KingMohan45\/googleMeetAttendanceAndNotifier",
    "icons": {
        "48": "icons\/r16_cs_g17.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "scanAttendees.js"
            ]
        }
    ]
}