SimplyVideo Screensharing Extension

Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.

Was ist SimplyVideo Screensharing Extension?

SimplyVideo Screensharing Extension ist eine Chrome-Erweiterung, die von Meetings as a Service entwickelt wurde, und ihr Hauptmerkmal ist "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.".

Erweiterungsscreenshots

screenshot

SimplyVideo Screensharing Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie SimplyVideo Screensharing Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SimplyVideo Screensharing Extension SimplyVideo Screensharing Extension
ID libfabeekinlfiflmceioonbbgmkfcgi
Offizielle URL https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi
Beschreibung Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
Dateigröße 20.46 KB
Installationsanzahl 77
Aktuelle Version 1.0.2
Letztes Update 2019-08-26
Veröffentlichungsdatum 2019-08-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Meetings as a Service
Zahlungsart free
Unterstützte Sprachen 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"
}