Zoom.us Always Show "Join From Web"

Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy.

Zoom.us Always Show "Join From Web"란 무엇입니까?

Zoom.us Always Show "Join From Web"은(는) https://www.zoomcorder.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Zoom.us Always Show "Join From Web" 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension ensured the "Join from web" link is ALWAYS visible when opening Zoom meetings so you can connect from a browser or the app. Sometimes Zoom doesn't show the join from web link or requires you do download the Zoom app first. 

BONUS: Webinars are now one click easy to record! When viewing a webinar page a RECORD button will be available making it a snap to record the webinar and have the video sent to you afterwards. Never miss another webinar!

 🎉 Click the "Add to Chrome"  button at the top right corner ⤴️  to immediately experience the goodness of this free and useful software! 

This extension is provided by Zoomcorder.com - a service to record ANY Zoom meeting without even attending! Zoomcorder's goal is to help you get the MOST from your Zoom and Google meetings by making it:
- Easy to connect from anywhere
- Record ANY Zoom meeting even without attending (or when not the host)
- Find the best webinars

🕵️‍♀️ PRIVACY POLICY
  We don't know who you are. We don't store your data.

🙏ACKNOWLEDGEMENTS
  👩‍🏫👨‍🏫  This extension is provided by Zoomcorder.com - the video bot service to record ANY Zoom meeting WITHOUT attending and without being the host. 

Click "Add to Chrome" in the upper right corner to try it out. 

Please leave us feedback about how Zoomcorder.com can improve your video meeting experience because we want to hear from you.                    

확장 프로그램 기본 정보

이름 Zoom.us Always Show Zoom.us Always Show "Join From Web"
ID aedgpiecagcpmehhelbibfbgpfiafdkm
공식 URL https://chromewebstore.google.com/detail/zoomus-always-show-join-f/aedgpiecagcpmehhelbibfbgpfiafdkm
설명 Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy.
파일 크기 227 KB
설치 횟수 10,000
현재 버전 7.0
최근 업데이트 2023-05-15
출시 날짜 2019-12-11
평점 3.77/5 총 13 개의 평점
개발자 https://www.zoomcorder.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://Zoomcorder.com
개인정보 보호 정책 페이지 URL https://zoomcorder.com/extension/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zoom.us Always Show \"Join From Web\"",
    "version": "7.0",
    "manifest_version": 3,
    "description": "Zoom.us likes to make it hard to join a meeting using your browser. This extension makes it easy.",
    "homepage_url": "https:\/\/github.com\/jfeldstein\/zoom-always-web",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [
        "https:\/\/zoom.us\/*",
        "https:\/\/*.zoomgov.com\/*",
        "https:\/\/meet.google.com\/*",
        "https:\/\/*.gotomeet.me\/*",
        "https:\/\/*.gotowebinar.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/record.png",
                "\/images\/recimage.png"
            ],
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*",
                "https:\/\/zoomgov.com\/*",
                "https:\/\/www.goto.com\/*",
                "https:\/\/*.gotowebinar.com\/*",
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "join.css",
                "styles.css"
            ]
        }
    ]
}