OK Zoomer
OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.
什么是OK Zoomer?
OK Zoomer是由progammer开发的Chrome扩展程序,该扩展的主要功能是“OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.”。
扩展截图
下载OK Zoomer扩展crx文件
下载OK Zoomer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |