SkyRooms.IO Desktop Streamer
Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
Wat is SkyRooms.IO Desktop Streamer?
SkyRooms.IO Desktop Streamer is een Chrome-extensie ontwikkeld door skyroomsio, en de belangrijkste functie is "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing".
Extensie Screenshots
Download het CRX-bestand van de extensie SkyRooms.IO Desktop Streamer
Download SkyRooms.IO Desktop Streamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
SkyRooms.IO Virtual Offices requires this plugin to be installed in your browser to do screen sharing during a meeting.
Participants do not need this to view your desktop feed at all.
Small and lite plugin, no extra stuff. Safe for your computer! :) Basisinformatie over de Extensie
| Naam | |
| ID | pifoihkipgckedfddhjmmpddibjenieb |
| Officiële URL | https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb |
| Beschrijving | Install this plugin to allow desktop sharing in SkyRooms.IO conferencing |
| Bestandsgrootte | 33.4 KB |
| Aantal Installaties | 945 |
| Huidige Versie | 0.1.6 |
| Laatst Bijgewerkt | 2017-02-19 |
| Publicatiedatum | 2017-02-19 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | skyroomsio |
| Betalingswijze | free |
| Extensiewebsite | https://www.skyrooms.io/ |
| Help Pagina-URL | https://www.skyrooms.io/help |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SkyRooms.IO Desktop Streamer",
"description": "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing",
"version": "0.1.6",
"minimum_chrome_version": "34",
"icons": {
"16": "jitsi-logo-16x16.png",
"48": "jitsi-logo-48x48.png",
"128": "jitsi-logo-128x128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"desktopCapture"
],
"externally_connectable": {
"matches": [
"*:\/\/jitsi.skyrooms.io\/*",
"*:\/\/skyrooms.io\/*"
]
}
} | |