Web Launcher for Zoom

Automatically opens zoom in your browser without waiting for the link

Web Launcher for Zoomคืออะไร?

Web Launcher for Zoom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย conceptualspace และคุณลักษณะหลักของมันคือ "Automatically opens zoom in your browser without waiting for the link"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Launcher for Zoom

ดาวน์โหลดไฟล์ส่วนขยาย Web Launcher for Zoom ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}