SkyRooms.IO Desktop Streamer

Install this plugin to allow desktop sharing in SkyRooms.IO conferencing

What is SkyRooms.IO Desktop Streamer?

SkyRooms.IO Desktop Streamer is a Chrome extension developed by skyroomsio, and its main feature is "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing".

Extension Screenshots

screenshot
screenshot

Download SkyRooms.IO Desktop Streamer Extension CRX File

Download SkyRooms.IO Desktop Streamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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! :)                    

Extension Basic Information

Name SkyRooms.IO Desktop Streamer SkyRooms.IO Desktop Streamer
ID pifoihkipgckedfddhjmmpddibjenieb
Official URL https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb
Description Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
File Size 33.4 KB
Installation Count 945
Current Version 0.1.6
Last Updated 2017-02-19
Publish Date 2017-02-19
Rating 4.00/5 Total 2 Ratings
Developer skyroomsio
Payment Type free
Extension Website https://www.skyrooms.io/
Help Page URL https://www.skyrooms.io/help
Supported Languages 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\/*"
        ]
    }
}