Google meet attendance,message notify NEW
Scans attendees and records time and sends desktop notifications on messages
Wat is Google meet attendance,message notify NEW?
Google meet attendance,message notify NEW is een Chrome-extensie ontwikkeld door kingmohan45, en de belangrijkste functie is "Scans attendees and records time and sends desktop notifications on messages".
Extensie Screenshots
Download het CRX-bestand van de extensie Google meet attendance,message notify NEW
Download Google meet attendance,message notify NEW-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
*** 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.
Basisinformatie over de Extensie
Naam | Google meet attendance,message notify NEW |
ID | bcnbnmbaomnhdjdkcknllhhboljmplmi |
Officiële URL | https://chromewebstore.google.com/detail/google-meet-attendancemes/bcnbnmbaomnhdjdkcknllhhboljmplmi |
Beschrijving | Scans attendees and records time and sends desktop notifications on messages |
Bestandsgrootte | 20.12 KB |
Aantal Installaties | 152 |
Huidige Versie | 5.0.1 |
Laatst Bijgewerkt | 2021-12-17 |
Publicatiedatum | 2021-04-28 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | kingmohan45 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/KingMohan45/googleMeetAttendanceAndNotifier |
Help Pagina-URL | https://github.com/KingMohan45/googleMeetAttendanceAndNotifier/issues |
Ondersteunde Talen | 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" ] } ] } |