Riot.im Screen Sharing

Share your desktop in Riot.im video conferences.

Co je Riot.im Screen Sharing?

Riot.im Screen Sharing je rozšíření Chrome vyvinuté https://jitsi.riot.im, a jeho hlavní funkcí je „Share your desktop in Riot.im video conferences.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Riot.im Screen Sharing

Stáhněte si soubory rozšíření Riot.im Screen Sharing 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 extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.                    

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

Název Riot.im Screen Sharing Riot.im Screen Sharing
ID ehgcnaneidbjcmblghjepmamomchgahd
Oficiální URL https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd
Popis Share your desktop in Riot.im video conferences.
Velikost souboru 16.8 KB
Počet instalací 1,316
Aktuální Verze 0.1.6
Poslední Aktualizace 2017-07-06
Datum Vydání 2017-07-06
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://jitsi.riot.im
Typ Platby free
Webové stránky Rozšíření https://riot.im/
Podporované Jazyky 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\/*"
        ]
    }
}