Vibe Desktop Streamer

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

¿Qué es Vibe Desktop Streamer?

Vibe Desktop Streamer es una extensión de Chrome desarrollada por https://ltt096-36.science.upjs.sk/webrtc/dist, y su función principal es "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".

Descargar Archivo CRX de la Extensión Vibe Desktop Streamer

Descarga archivos de extensión Vibe Desktop Streamer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Vibe Desktop Streamer Vibe Desktop Streamer
ID olaabpghhmikgogjhdafihplakfboejg
URL Oficial https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg
Descripción A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Tamaño del Archivo 8.36 KB
Cantidad de Instalaciones 30
Versión Actual 1.0.0
Última Actualización 2018-05-15
Fecha de Publicación 2018-05-15
Desarrollador https://ltt096-36.science.upjs.sk/webrtc/dist
Tipo de Pago free
Idiomas Soportados 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"
}