It is a Chrome extension that logs attendance during online meetings in Google Meet. It monitors all participants between the set interval and outputs data as an HTML file. It also has keyboard shortcuts to toggle the mic and camera.
- Saves the attendance log as an HTML file.
- Custom time interval.
- Excludes meeting host.
- Clone the repository.
- Open the Extension Management page by navigating to chrome://extensions.
- Enable Developer Mode by clicking the toggle switch next to Developer mode. Click the LOAD UNPACKED button and select the extension directory.
- The extension has been successfully installed. Now Install Google Meet Grid View to log all participants data.
- JavaScript
- jQuery
- HTML
- CSS