OK Zoomer
OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.
Qu'est-ce que OK Zoomer ?
OK Zoomer est une extension Chrome développée par progammer, et sa fonction principale est "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OK Zoomer
Téléchargez les fichiers d'extension OK Zoomer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | OK Zoomer |
ID | jbnbkdnmmdndfglombmgmbccfccjkidg |
URL Officiel | https://chromewebstore.google.com/detail/ok-zoomer/jbnbkdnmmdndfglombmgmbccfccjkidg |
Description | OK Zoomer is a clean and lightweight portal for accessing Zoom meetings. |
Taille du Fichier | 212 KB |
Nombre d'Installations | 302 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2020-09-09 |
Date de Publication | 2020-08-22 |
Évaluation | 4.82/5 Total 11 Évaluations |
Développeur | progammer |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |