Join Now for Google Meet
Auto-select the Google account that has permission to join the call.
什么是Join Now for Google Meet?
Join Now for Google Meet是由https://www.hartreeworks.org开发的Chrome扩展程序,该扩展的主要功能是“Auto-select the Google account that has permission to join the call.”。
扩展截图
下载Join Now for Google Meet扩展crx文件
下载Join Now for Google Meet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you use multiple Google accounts, you'll have noticed that Google Meet doesn't automatically select the Google account which has permission to join the call. One day Google will fix this. In the meantime, you can use this extension. -------------------------------------------------------- PRIVACY & SECURITY -------------------------------------------------------- The extension requests the minimum browser permission required to detect the "Ask to join" and "Join now" buttons on your Google Meet links. The extension does not require API access to your Google account. It does not have access to your calls, calendar, or other data. The extension is compatible with Google's Advanced Protection Programme.
扩展基本信息
名称 | Join Now for Google Meet |
ID | mljmbebllfeknfjemhnfdmeaadeiclmk |
官方URL | https://chromewebstore.google.com/detail/join-now-for-google-meet/mljmbebllfeknfjemhnfdmeaadeiclmk |
简介 | Auto-select the Google account that has permission to join the call. |
文件大小 | 18.84 KB |
安装次数 | 42 |
当前版本 | 1.0.4 |
更新时间 | 2023-12-14 |
上架时间 | 2023-09-21 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.hartreeworks.org |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://inboxwhenready.org/terms-privacy.html |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Join Now for Google Meet", "version": "1.0.4", "description": "Auto-select the Google account that has permission to join the call.", "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/meet.google.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ], "icons": { "48": "icon-48x48.png", "128": "icon-128x128.png" } } |