Web Launcher for Zoom
Automatically opens zoom in your browser without waiting for the link
什么是Web Launcher for Zoom?
Web Launcher for Zoom是由conceptualspace开发的Chrome扩展程序,该扩展的主要功能是“Automatically opens zoom in your browser without waiting for the link”。
扩展截图
下载Web Launcher for Zoom扩展crx文件
下载Web Launcher for Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension makes life easier for those who do not wish to install the Zoom* App. When joining a meeting, this extension will launch Zoom in the browser automatically without prompting to use the app or forcing the user to click the "Join with Browser" link. This open source extension is in no way affiliated with, endorsed, or sponsored by Zoom. * Zoom and the Zoom logo are trademarks of Zoom Video Communications, Inc.
扩展基本信息
名称 | Web Launcher for Zoom |
ID | dcidmlecjccoeaalkhggkcoaeipagmpo |
官方URL | https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo |
简介 | Automatically opens zoom in your browser without waiting for the link |
文件大小 | 14.48 KB |
安装次数 | 119 |
当前版本 | 2.0.1 |
更新时间 | 2022-11-13 |
上架时间 | 2022-11-08 |
开发者 | conceptualspace |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/conceptualspace/web-launcher-for-zoom |
帮助页面URL | https://github.com/conceptualspace/web-launcher-for-zoom |
隐私政策页面URL | https://conceptualspace.net/privacy.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Web Launcher for Zoom", "description": "Automatically opens zoom in your browser without waiting for the link", "version": "2.0.1", "author": "[email protected]", "host_permissions": [ "*:\/\/*.zoom.us\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.zoom.us\/*" ], "js": [ "arrive.min.js", "content_script.js" ], "all_frames": true, "run_at": "document_idle" } ], "icons": { "128": "img\/icon.png" } } |