Riot.im Screen Sharing

Share your desktop in Riot.im video conferences.

Was ist Riot.im Screen Sharing?

Riot.im Screen Sharing ist eine Chrome-Erweiterung, die von https://jitsi.riot.im entwickelt wurde, und ihr Hauptmerkmal ist "Share your desktop in Riot.im video conferences.".

Erweiterungsscreenshots

screenshot

Riot.im Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Riot.im Screen Sharing-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 extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.                    

Grundlegende Informationen zur Erweiterung

Name Riot.im Screen Sharing Riot.im Screen Sharing
ID ehgcnaneidbjcmblghjepmamomchgahd
Offizielle URL https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd
Beschreibung Share your desktop in Riot.im video conferences.
Dateigröße 16.8 KB
Installationsanzahl 1,316
Aktuelle Version 0.1.6
Letztes Update 2017-07-06
Veröffentlichungsdatum 2017-07-06
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://jitsi.riot.im
Zahlungsart free
Erweiterungswebsite https://riot.im/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Riot.im Screen Sharing",
    "description": "Share your desktop in Riot.im video conferences.",
    "version": "0.1.6",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "riot-logo-16x16.png",
        "48": "riot-logo-48x48.png",
        "128": "riot.im-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/riot.im\/*",
            "*:\/\/*.riot.im\/*"
        ]
    }
}