Web Launcher for Zoom
Automatically opens zoom in your browser without waiting for the link
Τι είναι το Web Launcher for Zoom;
Το Web Launcher for Zoom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον conceptualspace, και η κύρια λειτουργία του είναι "Automatically opens zoom in your browser without waiting for the link".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Web Launcher for Zoom
Λήψη αρχείων επέκτασης 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" } } |