Google Meet Attendance: Participants to CSV
Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI
What is Google Meet Attendance: Participants to CSV?
Google Meet Attendance: Participants to CSV is a Chrome extension developed by https://nikjos.in, and its main feature is "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI".
Extension Screenshots
Download Google Meet Attendance: Participants to CSV Extension CRX File
Download Google Meet Attendance: Participants to CSV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An easy to use extension for instantly saving the names of your meeting participants to a CSV file. It doesn't change your meet window in any way so it assures you an uninterrupted meeting while the extension can be used anytime. WORKS WITH THE NEW GOOGLE MEET INTERFACE
Extension Basic Information
Name | Google Meet Attendance: Participants to CSV |
ID | ojekneoedmekheoagiblbpdanchcoaoo |
Official URL | https://chromewebstore.google.com/detail/google-meet-attendance-pa/ojekneoedmekheoagiblbpdanchcoaoo |
Description | Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI |
File Size | 23.03 KB |
Installation Count | 715 |
Current Version | 0.0.4 |
Last Updated | 2022-08-30 |
Publish Date | 2021-06-25 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://nikjos.in |
[email protected] | |
Payment Type | free |
Extension Website | https://meet-attendance.nikjos.in/ |
Help Page URL | https://meet-attendance.nikjos.in/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet Attendance: Participants to CSV", "homepage_url": "https:\/\/meet-attendance.nikjos.in\/", "version": "0.0.4", "manifest_version": 2, "description": "Save the names of your Google Meet participants to a CSV file instantly... Works perfectly with the new Google Meet UI", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "https:\/\/meet.google.com\/*" ] } |