G-Meet Auto Join
Automatically join G-Meet meetings !
什么是G-Meet Auto Join?
G-Meet Auto Join是由Prakhar Gurunani开发的Chrome扩展程序,该扩展的主要功能是“Automatically join G-Meet meetings !”。
扩展截图
下载G-Meet Auto Join扩展crx文件
下载G-Meet Auto Join扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Who the hell loves attending 8 A.M classes ? Someone else can do this job more efficiently. Just save the meeting specifics (URL, time, duration...). The extension enters the meeting automatically, with audio and video turned off. It departs the meeting and closes the tab when the user-specified duration is achieved. Because this is a reoccurring event, the user will not have to save the meeting information every week. Note - The extension will not work if the browser is closed (basically true for all extensions). Atleast one browser window needs to remain open for the extension to work correctly.
扩展基本信息
名称 | G-Meet Auto Join |
ID | fmnjbaiongfjhonkncinpegdeamhmbpo |
官方URL | https://chromewebstore.google.com/detail/g-meet-auto-join/fmnjbaiongfjhonkncinpegdeamhmbpo |
简介 | Automatically join G-Meet meetings ! |
文件大小 | 108 KB |
安装次数 | 62 |
当前版本 | 1.0.1 |
更新时间 | 2023-08-25 |
上架时间 | 2022-01-21 |
评分 | 5.00/5 共2次评分 |
开发者 | Prakhar Gurunani |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "G-Meet Auto Join", "description": "Automatically join G-Meet meetings !", "version": "1.0.1", "background": { "service_worker": "js\/background.js" }, "permissions": [ "alarms", "storage", "tabs", "scripting" ], "host_permissions": [ "https:\/\/meet.google.com\/*" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "html\/popup.html" } } |