WE2VIDEO Direct Screenshare Room Extension

WE2VIDEO Screen Sharing allows you share screens

Cos'è WE2VIDEO Direct Screenshare Room Extension?

WE2VIDEO Direct Screenshare Room Extension è un'estensione di Chrome sviluppata da NetStairs, e la sua funzione principale è "WE2VIDEO Screen Sharing allows you share screens".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WE2VIDEO Direct Screenshare Room Extension

Scarica i file di estensione WE2VIDEO Direct Screenshare Room Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        WE2VIDEO Direct Screen Sharing allows you to share your screens directly into the rooms                    

Informazioni di Base sull'Estensione

Nome WE2VIDEO Direct Screenshare Room Extension WE2VIDEO Direct Screenshare Room Extension
ID gedooglnancmadejdfnknfbfcblmcdbn
URL Ufficiale https://chromewebstore.google.com/detail/we2video-direct-screensha/gedooglnancmadejdfnknfbfcblmcdbn
Descrizione WE2VIDEO Screen Sharing allows you share screens
Dimensione del File 19.31 KB
Conteggio Installazioni 160
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-04-16
Data di Pubblicazione 2020-04-16
Sviluppatore NetStairs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://we2.video
URL della Pagina di Aiuto https://we2.video/help
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WE2VIDEO Direct Screenshare Room Extension",
    "author": "NETSTAIRS",
    "description": "WE2VIDEO Screen Sharing allows you share screens",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.we2.video\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/we2.video\/",
    "externally_connectable": {
        "matches": [
            "https:\/\/*.we2.video\/*"
        ]
    }
}