SkyRooms.IO Desktop Streamer
Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
Qu'est-ce que SkyRooms.IO Desktop Streamer ?
SkyRooms.IO Desktop Streamer est une extension Chrome développée par skyroomsio, et sa fonction principale est "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SkyRooms.IO Desktop Streamer
Téléchargez les fichiers d'extension SkyRooms.IO 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
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! :)
Informations de Base sur l'Extension
Nom | SkyRooms.IO Desktop Streamer |
ID | pifoihkipgckedfddhjmmpddibjenieb |
URL Officiel | https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb |
Description | Install this plugin to allow desktop sharing in SkyRooms.IO conferencing |
Taille du Fichier | 33.4 KB |
Nombre d'Installations | 945 |
Version Actuelle | 0.1.6 |
Dernière Mise à Jour | 2017-02-19 |
Date de Publication | 2017-02-19 |
Évaluation | 4.00/5 Total 2 Évaluations |
Développeur | skyroomsio |
Type de Paiement | free |
Site Web de l'Extension | https://www.skyrooms.io/ |
URL de la Page d'Aide | https://www.skyrooms.io/help |
Langues Prises en Charge | 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\/*" ] } } |