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 |
Eメール | [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" } } |