Google meet attendance downloader & autoadmit
This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
What is Google meet attendance downloader & autoadmit?
Google meet attendance downloader & autoadmit is a Chrome extension developed by Md Waqar, and its main feature is "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.".
Extension Screenshots
Download Google meet attendance downloader & autoadmit Extension CRX File
Download Google meet attendance downloader & autoadmit 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
This is an extension for downloading the attendance of the attendees on Google Meet and also you can enable auto admit so that people want to join the meeting can be admitted automatically and you don't get disturbed each and every time granting permissions.
Extension Basic Information
Name | Google meet attendance downloader & autoadmit |
ID | aooohipcpangghmcpkjhcolnagaihglj |
Official URL | https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj |
Description | This is an extension for downloading the attendance on Google Meet and also you can enable auto admit. |
File Size | 23.88 KB |
Installation Count | 533 |
Current Version | 0.0.5 |
Last Updated | 2021-07-06 |
Publish Date | 2021-03-05 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Md Waqar |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google meet attendance downloader & autoadmit", "description": "This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.", "version": "0.0.5", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "Google meet attendance downloader & autoadmit", "default_icon": "logo.png" } } |