Web Launcher for Zoom
Automatically opens zoom in your browser without waiting for the link
Wat is Web Launcher for Zoom?
Web Launcher for Zoom is een Chrome-extensie ontwikkeld door conceptualspace, en de belangrijkste functie is "Automatically opens zoom in your browser without waiting for the link".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Launcher for Zoom
Download Web Launcher for Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Web Launcher for Zoom |
ID | dcidmlecjccoeaalkhggkcoaeipagmpo |
Officiële URL | https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo |
Beschrijving | Automatically opens zoom in your browser without waiting for the link |
Bestandsgrootte | 14.48 KB |
Aantal Installaties | 119 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2022-11-13 |
Publicatiedatum | 2022-11-08 |
Ontwikkelaar | conceptualspace |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/conceptualspace/web-launcher-for-zoom |
Help Pagina-URL | https://github.com/conceptualspace/web-launcher-for-zoom |
URL van de Privacybeleid Pagina | https://conceptualspace.net/privacy.md |
Ondersteunde Talen | 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" } } |