Web Launcher for Zoom

Automatically opens zoom in your browser without waiting for the link

Qu'est-ce que Web Launcher for Zoom ?

Web Launcher for Zoom est une extension Chrome développée par conceptualspace, et sa fonction principale est "Automatically opens zoom in your browser without waiting for the link".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Web Launcher for Zoom

Téléchargez les fichiers d'extension Web Launcher for Zoom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Web Launcher for Zoom Web Launcher for Zoom
ID dcidmlecjccoeaalkhggkcoaeipagmpo
URL Officiel https://chromewebstore.google.com/detail/web-launcher-for-zoom/dcidmlecjccoeaalkhggkcoaeipagmpo
Description Automatically opens zoom in your browser without waiting for the link
Taille du Fichier 14.48 KB
Nombre d'Installations 119
Version Actuelle 2.0.1
Dernière Mise à Jour 2022-11-13
Date de Publication 2022-11-08
Développeur conceptualspace
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/conceptualspace/web-launcher-for-zoom
URL de la Page d'Aide https://github.com/conceptualspace/web-launcher-for-zoom
URL de la Page de Politique de Confidentialité https://conceptualspace.net/privacy.md
Langues Prises en Charge 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"
    }
}