Web Launcher for Zoom

Automatically opens zoom in your browser without waiting for the link

Apa itu Web Launcher for Zoom?

Web Launcher for Zoom adalah ekstensi Chrome yang dikembangkan oleh conceptualspace, dan fitur utamanya adalah "Automatically opens zoom in your browser without waiting for the link".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Web Launcher for Zoom

Unduh file ekstensi Web Launcher for Zoom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Web Launcher for Zoom Web Launcher for Zoom
ID dcidmlecjccoeaalkhggkcoaeipagmpo
URL Resmi https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo
Deskripsi Automatically opens zoom in your browser without waiting for the link
Ukuran File 14.48 KB
Jumlah Instalasi 119
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2022-11-13
Tanggal Publikasi 2022-11-08
Pengembang conceptualspace
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/conceptualspace/web-launcher-for-zoom
URL Halaman Bantuan https://github.com/conceptualspace/web-launcher-for-zoom
URL Halaman Kebijakan Privasi https://conceptualspace.net/privacy.md
Bahasa yang Didukung 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"
    }
}