OK Zoomer

OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.

OK Zoomer là gì?

OK Zoomer là một tiện ích mở rộng Chrome được phát triển bởi progammer, và tính năng chính của nó là "OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OK Zoomer

Tải xuống các tệp mở rộng OK Zoomer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OK Zoomer OK Zoomer
ID jbnbkdnmmdndfglombmgmbccfccjkidg
URL Chính Thức https://chromewebstore.google.com/detail/ok-zoomer/jbnbkdnmmdndfglombmgmbccfccjkidg
Mô tả OK Zoomer is a clean and lightweight portal for accessing Zoom meetings.
Kích Thước Tệp 212 KB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 1.7
Cập Nhật Lần Cuối 2020-09-09
Ngày Phát Hành 2020-08-22
Đánh Giá 4.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển progammer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}