Rocket.Chat Screen Share

Enable screen sharing for Rocket.Chat

What is Rocket.Chat Screen Share?

Rocket.Chat Screen Share is a Chrome extension developed by https://rocket.chat, and its main feature is "Enable screen sharing for Rocket.Chat".

Extension Screenshots

screenshot
screenshot

Download Rocket.Chat Screen Share Extension CRX File

Download Rocket.Chat Screen Share 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

                                            

Extension Basic Information

Name Rocket.Chat Screen Share Rocket.Chat Screen Share
ID nocfbnnmjnndkbipkabodnheejiegccf
Official URL https://chromewebstore.google.com/detail/rocketchat-screen-share/nocfbnnmjnndkbipkabodnheejiegccf
Description Enable screen sharing for Rocket.Chat
File Size 19.48 KB
Installation Count 3,503
Current Version 0.3.0
Last Updated 2017-05-20
Publish Date 2017-05-20
Rating 4.00/5 Total 9 Ratings
Developer https://rocket.chat
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket.Chat Screen Share",
    "author": "Rodrigo K. Nascimento",
    "version": "0.3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Enable screen sharing for Rocket.Chat",
    "homepage_url": "https:\/\/demo.rocket.chat",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "64": "favicon-64x64.png",
        "96": "favicon-96x96.png",
        "128": "favicon-128x128.png",
        "256": "favicon-256x256.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}