Google Meet AutoExit
Google Meet AutoExit
什么是Google Meet AutoExit?
Google Meet AutoExit是由sakujo开发的Chrome扩展程序,该扩展的主要功能是“Google Meet AutoExit”。
扩展截图
下载Google Meet AutoExit扩展crx文件
下载Google Meet AutoExit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically exit a google meet meeting ****** Change-logs ***** 1.) Optimised the performance 2.) Looked after the mic activation complaints 3.) Updated for new interface of Google Meet *************************** There are two options : - 1) EXIT AT A SPECIFIC TIME : the meeting would be exited at the time specified. 2) EXIT BASED ON PARTICIPANTS the meeting would be exited when the number of participants fall below the number specified. Created by : - Lakshay Dhiman (sakujo)
扩展基本信息
名称 | Google Meet AutoExit |
ID | pokmephakeikepjkmloeopmjjmiioeno |
官方URL | https://chromewebstore.google.com/detail/google-meet-autoexit/pokmephakeikepjkmloeopmjjmiioeno |
简介 | Google Meet AutoExit |
文件大小 | 14.62 KB |
安装次数 | 1,803 |
当前版本 | 2.1 |
更新时间 | 2022-01-28 |
上架时间 | 2020-09-01 |
评分 | 4.06/5 共16次评分 |
开发者 | sakujo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Meet AutoExit", "version": "2.1", "description": "Google Meet AutoExit", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/icon128.png" }, "permissions": [ "activeTab" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |