SimplyVideo Screensharing Extension

Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.

Qu'est-ce que SimplyVideo Screensharing Extension ?

SimplyVideo Screensharing Extension est une extension Chrome développée par Meetings as a Service, et sa fonction principale est "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SimplyVideo Screensharing Extension

Téléchargez les fichiers d'extension SimplyVideo Screensharing Extension 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 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.                    

Informations de Base sur l'Extension

Nom SimplyVideo Screensharing Extension SimplyVideo Screensharing Extension
ID libfabeekinlfiflmceioonbbgmkfcgi
URL Officiel https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi
Description Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
Taille du Fichier 20.46 KB
Nombre d'Installations 77
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-08-26
Date de Publication 2019-08-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Meetings as a Service
Type de Paiement free
Langues Prises en Charge 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"
}