Google meet attendance,message notify NEW

Scans attendees and records time and sends desktop notifications on messages

Was ist Google meet attendance,message notify NEW?

Google meet attendance,message notify NEW ist eine Chrome-Erweiterung, die von kingmohan45 entwickelt wurde, und ihr Hauptmerkmal ist "Scans attendees and records time and sends desktop notifications on messages".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Google meet attendance,message notify NEW-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google meet attendance,message notify NEW-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        *** 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.                    

Grundlegende Informationen zur Erweiterung

Name Google meet attendance,message notify NEW Google meet attendance,message notify NEW
ID bcnbnmbaomnhdjdkcknllhhboljmplmi
Offizielle URL https://chromewebstore.google.com/detail/google-meet-attendancemes/bcnbnmbaomnhdjdkcknllhhboljmplmi
Beschreibung Scans attendees and records time and sends desktop notifications on messages
Dateigröße 20.12 KB
Installationsanzahl 152
Aktuelle Version 5.0.1
Letztes Update 2021-12-17
Veröffentlichungsdatum 2021-04-28
Bewertung 4.00/5 Insgesamt 3 Bewertungen
Entwickler kingmohan45
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/KingMohan45/googleMeetAttendanceAndNotifier
Hilfeseite URL https://github.com/KingMohan45/googleMeetAttendanceAndNotifier/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}