Google meet attendance downloader & autoadmit
This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.
什么是Google meet attendance downloader & autoadmit?
Google meet attendance downloader & autoadmit是由Md Waqar开发的Chrome扩展程序,该扩展的主要功能是“This is an extension for downloading the attendance on Google Meet and also you can enable auto admit.”。
扩展截图
下载Google meet attendance downloader & autoadmit扩展crx文件
下载Google meet attendance downloader & autoadmit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Google meet attendance downloader & autoadmit |
ID | aooohipcpangghmcpkjhcolnagaihglj |
官方URL | https://chromewebstore.google.com/detail/google-meet-attendance-do/aooohipcpangghmcpkjhcolnagaihglj |
简介 | This is an extension for downloading the attendance on Google Meet and also you can enable auto admit. |
文件大小 | 23.88 KB |
安装次数 | 533 |
当前版本 | 0.0.5 |
更新时间 | 2021-07-06 |
上架时间 | 2021-03-05 |
评分 | 4.80/5 共5次评分 |
开发者 | Md Waqar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |