Virtulive WebRTC Screensharing

Screenshare extension for Virtulive SmartED and TeamMeet Applications

Co je Virtulive WebRTC Screensharing?

Virtulive WebRTC Screensharing je rozšíření Chrome vyvinuté Greeto Joseph, a jeho hlavní funkcí je „Screenshare extension for Virtulive SmartED and TeamMeet Applications“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Virtulive WebRTC Screensharing

Stáhněte si soubory rozšíření Virtulive WebRTC Screensharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Virtulive WebRTC screensharing extention allows users to share their screen or one of their applications with several attendees. For security reasons, screen/application sharing with WebRTC needs an extension to be installed.This extention to be installed for using  SmartEd and TeamMeet screen sharing feature.                    

Základní Informace o Rozšíření

Název Virtulive WebRTC Screensharing Virtulive WebRTC Screensharing
ID aieekphhgoefapkmjncejlapegbbmaef
Oficiální URL https://chromewebstore.google.com/detail/virtulive-webrtc-screensh/aieekphhgoefapkmjncejlapegbbmaef
Popis Screenshare extension for Virtulive SmartED and TeamMeet Applications
Velikost souboru 7.45 KB
Počet instalací 150
Aktuální Verze 1.0.7
Poslední Aktualizace 2019-11-19
Datum Vydání 2019-11-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Greeto Joseph
Typ Platby free
Webové stránky Rozšíření https://www.virtulive.com/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtulive WebRTC Screensharing",
    "short_name": "VL Screensharing",
    "version": "1.0.7",
    "author": "Greeto Joseph",
    "minimum_chrome_version": "34",
    "description": "Screenshare extension for Virtulive SmartED and TeamMeet Applications",
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "chromeDesktop.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.virtulive.com\/*",
            "https:\/\/*.virtuxpro.com\/*",
            "https:\/\/*.dhooth.com\/*",
            "https:\/\/*.virtuxpro.lan\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.virtulive.com\/*",
                "https:\/\/*.virtuxpro.com\/*",
                "https:\/\/*.dhooth.com\/*",
                "https:\/\/*.virtuxpro.lan\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}