Meet Auto Join
Extension for set time to auto join in a meet of google meet
什么是Meet Auto Join?
Meet Auto Join是由diogenes.die开发的Chrome扩展程序,该扩展的主要功能是“Extension for set time to auto join in a meet of google meet”。
扩展截图
下载Meet Auto Join扩展crx文件
下载Meet Auto Join扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension you can set up auto join on a Google Meet meeting
扩展基本信息
名称 | |
ID | bedjdpoalmdgbjfimlmdclnjnpanpimo |
官方URL | https://chrome.google.com/webstore/detail/meet-auto-join/bedjdpoalmdgbjfimlmdclnjnpanpimo |
简介 | Extension for set time to auto join in a meet of google meet |
文件大小 | 10.26 KB |
安装次数 | 273 |
当前版本 | 1.0 |
更新时间 | 2020-11-12 |
上架时间 | 2020-11-12 |
评分 | 2.67/5 共3次评分 |
开发者 | diogenes.die |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Meet Auto Join", "description": "Extension for set time to auto join in a meet of google meet", "author": "Di\u00f3genes Dietrich de Morais", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "js": [ "setTimeout.js" ] } ] } |