Vibe Desktop Streamer
A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.
Vad är Vibe Desktop Streamer?
Vibe Desktop Streamer är en Chrome-tillägg utvecklad av https://ltt096-36.science.upjs.sk/webrtc/dist, och dess huvudfunktion är "A simple extension that allows you to stream your desktop into meetings with viewme webRTC client.".
Ladda ner Vibe Desktop Streamer-förlängningens CRX-fil
Ladda ner Vibe Desktop Streamer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Vibe Desktop Streamer |
ID | olaabpghhmikgogjhdafihplakfboejg |
Officiell webbadress | https://chromewebstore.google.com/detail/vibe-desktop-streamer/olaabpghhmikgogjhdafihplakfboejg |
Beskrivning | A simple extension that allows you to stream your desktop into meetings with viewme webRTC client. |
Filstorlek | 8.36 KB |
Antal Installationer | 30 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-05-15 |
Publiceringsdatum | 2018-05-15 |
Utvecklare | https://ltt096-36.science.upjs.sk/webrtc/dist |
Betalningssätt | free |
Stödda Språk | 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" } |