Auto Meet
Continue meet with out interruptions. Accept join request effortless.
什么是Auto Meet?
Auto Meet是由Evagoon Inc.开发的Chrome扩展程序,该扩展的主要功能是“Continue meet with out interruptions. Accept join request effortless.”。
扩展截图
下载Auto Meet扩展crx文件
下载Auto Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Focus on online meet explaining what matters the most. Install it and do not bother adding user while interrupting your meet. No need for operator to add sit and add user every time. Just install and forget. No logging, no adds, just tool that is made to ease on line meets.
扩展基本信息
名称 | Auto Meet |
ID | kjnngggoadpbmpbdghbbfecfkomokmif |
官方URL | https://chromewebstore.google.com/detail/auto-meet/kjnngggoadpbmpbdghbbfecfkomokmif |
简介 | Continue meet with out interruptions. Accept join request effortless. |
文件大小 | 43.83 KB |
安装次数 | 178 |
当前版本 | 1.0.5 |
更新时间 | 2022-01-26 |
上架时间 | 2020-10-08 |
开发者 | Evagoon Inc. |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "author": "Evagoon Inc.", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "tab-icon.png", "default_title": "Auto Meet" }, "content_scripts": [ { "js": [ "js\/hello12.js" ], "matches": [ "https:\/\/meet.google.com\/*" ] }, { "js": [ "js\/hello2.js" ], "matches": [ "*:\/\/www.amazon.in\/*" ] }, { "js": [ "js\/hello1.js" ], "matches": [ "*:\/\/www.flipkart.com\/*" ] } ], "description": "Continue meet with out interruptions. Accept join request effortless.", "icons": { "128": "icon\/icon-128.png", "16": "icon\/icon-16.png", "48": "icon\/icon-48.png" }, "manifest_version": 2, "name": "Auto Meet", "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |