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 |
官方網址 | 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 } |