Web Launcher for Zoom

Automatically opens zoom in your browser without waiting for the link

Web Launcher for Zoom란 무엇입니까?

Web Launcher for Zoom은(는) conceptualspace에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically opens zoom in your browser without waiting for the link"입니다.

확장 프로그램 스크린샷

screenshot

Web Launcher for Zoom 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension makes life easier for those who do not wish to install the Zoom* App.

When joining a meeting, this extension will launch Zoom in the browser automatically without prompting to use the app or forcing the user to click the "Join with Browser" link.

This open source extension is in no way affiliated with, endorsed, or sponsored by Zoom. 

* Zoom and the Zoom logo are trademarks of Zoom Video Communications, Inc.                    

확장 프로그램 기본 정보

이름 Web Launcher for Zoom Web Launcher for Zoom
ID dcidmlecjccoeaalkhggkcoaeipagmpo
공식 URL https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo
설명 Automatically opens zoom in your browser without waiting for the link
파일 크기 14.48 KB
설치 횟수 119
현재 버전 2.0.1
최근 업데이트 2022-11-13
출시 날짜 2022-11-08
개발자 conceptualspace
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/conceptualspace/web-launcher-for-zoom
도움말 페이지 URL https://github.com/conceptualspace/web-launcher-for-zoom
개인정보 보호 정책 페이지 URL https://conceptualspace.net/privacy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Launcher for Zoom",
    "description": "Automatically opens zoom in your browser without waiting for the link",
    "version": "2.0.1",
    "author": "[email protected]",
    "host_permissions": [
        "*:\/\/*.zoom.us\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zoom.us\/*"
            ],
            "js": [
                "arrive.min.js",
                "content_script.js"
            ],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}