Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Cos'è Vibe Desktop Streamer?
Vibe Desktop Streamer è un'estensione di Chrome sviluppata da https://ltt096-36.science.upjs.sk/webrtc/dist, e la sua funzione principale è "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".
Scarica il file CRX dell'estensione Vibe Desktop Streamer
Scarica i file di estensione Vibe Desktop Streamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | olaabpghhmikgogjhdafihplakfboejg |
| URL Ufficiale | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
| Descrizione | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
| Dimensione del File | 8.36 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2018-05-15 |
| Data di Pubblicazione | 2018-05-15 |
| Sviluppatore | https://ltt096-36.science.upjs.sk/webrtc/dist |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |