SimplyVideo Screensharing Extension

Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.

Co je SimplyVideo Screensharing Extension?

SimplyVideo Screensharing Extension je rozšíření Chrome vyvinuté Meetings as a Service, a jeho hlavní funkcí je „Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SimplyVideo Screensharing Extension

Stáhněte si soubory rozšíření SimplyVideo Screensharing Extension 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í

                        This Chrome extension enables users of the SimplyVideo web client to share their screen with other conference participants. It does this by allowing any web pages that use the SimplyVideo WebRTC implementation to have access to Chrome's screensharing facility.

The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the SimplyVideo web client from a different domain, you will be asked again to grant that domain access to the extension.                    

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

Název SimplyVideo Screensharing Extension SimplyVideo Screensharing Extension
ID libfabeekinlfiflmceioonbbgmkfcgi
Oficiální URL https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi
Popis Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
Velikost souboru 20.46 KB
Počet instalací 77
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-08-26
Datum Vydání 2019-08-25
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Meetings as a Service
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplyVideo Screensharing Extension",
    "description": "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}