Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Was ist Vibe Desktop Streamer?
Vibe Desktop Streamer ist eine Chrome-Erweiterung, die von https://ltt096-36.science.upjs.sk/webrtc/dist entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".
Vibe Desktop Streamer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Vibe Desktop Streamer-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
                                             Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | olaabpghhmikgogjhdafihplakfboejg | 
| Offizielle URL | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg | 
| Beschreibung | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. | 
| Dateigröße | 8.36 KB | 
| Installationsanzahl | 30 | 
| Aktuelle Version | 1.0.0 | 
| Letztes Update | 2018-05-15 | 
| Veröffentlichungsdatum | 2018-05-15 | 
| Entwickler | https://ltt096-36.science.upjs.sk/webrtc/dist | 
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
}  |  |