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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://github.com/conceptualspace/web-launcher-for-zoom
عنوان صفحة سياسة الخصوصية 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"
    }
}