OK Zoomer
OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.
Was ist OK Zoomer?
OK Zoomer ist eine Chrome-Erweiterung, die von progammer entwickelt wurde, und ihr Hauptmerkmal ist "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.".
Erweiterungsscreenshots
OK Zoomer-Erweiterungs-CRX-Datei herunterladen
Laden Sie OK Zoomer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Late to Zoom University because you forgot you had class? Or maybe you couldn't find that join link buried in your email with 999+ notifications... OK Zoomer. Here's a solution for your troubles: a compact and easily accessible extension that will save and join your classes for you! why should I download this? - Lightweight portal for easy access to online meetings - Zoom meetings and other links [e.g. Microsoft Teams and Blackboard Collaborate] supported - Save and customize meetings with password support - Schedule meetings, automatically join meetings, and get reminders
Grundlegende Informationen zur Erweiterung
Name | OK Zoomer |
ID | jbnbkdnmmdndfglombmgmbccfccjkidg |
Offizielle URL | https://chromewebstore.google.com/detail/ok-zoomer/jbnbkdnmmdndfglombmgmbccfccjkidg |
Beschreibung | OK Zoomer is a clean and lightweight portal for accessing Zoom meetings. |
Dateigröße | 212 KB |
Installationsanzahl | 302 |
Aktuelle Version | 1.7 |
Letztes Update | 2020-09-09 |
Veröffentlichungsdatum | 2020-08-22 |
Bewertung | 4.82/5 Insgesamt 11 Bewertungen |
Entwickler | progammer |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OK Zoomer", "version": "1.7", "description": "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.", "permissions": [ "storage", "notifications" ], "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "browser_action": { "default_icon": "icons\/icon16.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |