Google meet attendance,message notify NEW

Scans attendees and records time and sends desktop notifications on messages

Qu'est-ce que Google meet attendance,message notify NEW ?

Google meet attendance,message notify NEW est une extension Chrome développée par kingmohan45, et sa fonction principale est "Scans attendees and records time and sends desktop notifications on messages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google meet attendance,message notify NEW

Téléchargez les fichiers d'extension Google meet attendance,message notify NEW 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

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

Informations de Base sur l'Extension

Nom Google meet attendance,message notify NEW Google meet attendance,message notify NEW
ID bcnbnmbaomnhdjdkcknllhhboljmplmi
URL Officiel https://chromewebstore.google.com/detail/google-meet-attendancemes/bcnbnmbaomnhdjdkcknllhhboljmplmi
Description Scans attendees and records time and sends desktop notifications on messages
Taille du Fichier 20.12 KB
Nombre d'Installations 152
Version Actuelle 5.0.1
Dernière Mise à Jour 2021-12-17
Date de Publication 2021-04-28
Évaluation 4.00/5 Total 3 Évaluations
Développeur kingmohan45
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/KingMohan45/googleMeetAttendanceAndNotifier
URL de la Page d'Aide https://github.com/KingMohan45/googleMeetAttendanceAndNotifier/issues
Langues Prises en Charge 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"
            ]
        }
    ]
}