OK Zoomer
OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.
OK Zoomer क्या है?
OK Zoomer progammer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OK Zoomer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | OK Zoomer |
ID | jbnbkdnmmdndfglombmgmbccfccjkidg |
आधिकारिक URL | https://chromewebstore.google.com/detail/ok-zoomer/jbnbkdnmmdndfglombmgmbccfccjkidg |
विवरण | OK Zoomer is a clean and lightweight portal for accessing Zoom meetings. |
फ़ाइल का आकार | 212 KB |
स्थापना संख्या | 302 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2020-09-09 |
प्रकाशन तिथि | 2020-08-22 |
रेटिंग | 4.82/5 कुल 11 रेटिंग्स |
डेवलपर | progammer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |