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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

OK Zoomer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
}