Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Qu'est-ce que Vibe Desktop Streamer ?
Vibe Desktop Streamer est une extension Chrome développée par https://ltt096-36.science.upjs.sk/webrtc/dist, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".
Télécharger le fichier CRX de l'extension Vibe Desktop Streamer
Téléchargez les fichiers d'extension Vibe Desktop Streamer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
URL Officiel | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
Description | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
Taille du Fichier | 8.36 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-05-15 |
Date de Publication | 2018-05-15 |
Développeur | https://ltt096-36.science.upjs.sk/webrtc/dist |
Type de Paiement | free |
Langues Prises en Charge | 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" } |