Vibe Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.

Co je Vibe Desktop Streamer?

Vibe Desktop Streamer je rozšíření Chrome vyvinuté https://ltt096-36.science.upjs.sk/webrtc/dist, a jeho hlavní funkcí je „A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.“.

Stáhnout soubor CRX rozšíření Vibe Desktop Streamer

Stáhněte si soubory rozšíření Vibe Desktop Streamer 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í

                                            

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

Název Vibe Desktop Streamer Vibe Desktop Streamer
ID olaabpghhmikgogjhdafihplakfboejg
Oficiální URL https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg
Popis A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Velikost souboru 8.36 KB
Počet instalací 30
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-05-15
Datum Vydání 2018-05-15
Vývojář https://ltt096-36.science.upjs.sk/webrtc/dist
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.",
    "externally_connectable": {
        "matches": [
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/*",
            "*:\/\/ltt096-36.science.upjs.sk\/webrtc\/dist\/*",
            "*:\/\/vibe.ezuce.com\/webrtc\/*"
        ]
    },
    "icons": {
        "128": "viewme-logo-128x128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Vibe Desktop Streamer",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}