Web Launcher for Zoom
Automatically opens zoom in your browser without waiting for the link
Web Launcher for Zoom क्या है?
Web Launcher for Zoom conceptualspace द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically opens zoom in your browser without waiting for the link"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Web Launcher for Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |