Web Launcher for Zoom
Automatically opens zoom in your browser without waiting for the link
Co je Web Launcher for Zoom?
Web Launcher for Zoom je rozšíření Chrome vyvinuté conceptualspace, a jeho hlavní funkcí je „Automatically opens zoom in your browser without waiting for the link“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Web Launcher for Zoom
Stáhněte si soubory rozšíření Web Launcher for Zoom ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Web Launcher for Zoom |
ID | dcidmlecjccoeaalkhggkcoaeipagmpo |
Oficiální URL | https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo |
Popis | Automatically opens zoom in your browser without waiting for the link |
Velikost souboru | 14.48 KB |
Počet instalací | 119 |
Aktuální Verze | 2.0.1 |
Poslední Aktualizace | 2022-11-13 |
Datum Vydání | 2022-11-08 |
Vývojář | conceptualspace |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/conceptualspace/web-launcher-for-zoom |
URL Stránky Nápovědy | https://github.com/conceptualspace/web-launcher-for-zoom |
URL Stránky Zásad Ochrany Soukromí | https://conceptualspace.net/privacy.md |
Podporované Jazyky | 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" } } |