CallRocket Desktop Streamer

Stream your desktop into meetings via https://x.callrocket.net

What is CallRocket Desktop Streamer?

CallRocket Desktop Streamer is a Chrome extension developed by https://x.callrocket.net, and its main feature is "Stream your desktop into meetings via https://x.callrocket.net".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download CallRocket Desktop Streamer Extension CRX File

Download CallRocket 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

                        Stream your desktop into meetings via https://x.callrocket.net                    

Extension Basic Information

Name CallRocket Desktop Streamer CallRocket Desktop Streamer
ID ohnmokjnholmeiapcdhgaceeiihbghoa
Official URL https://chromewebstore.google.com/detail/callrocket-desktop-stream/ohnmokjnholmeiapcdhgaceeiihbghoa
Description Stream your desktop into meetings via https://x.callrocket.net
File Size 49.86 KB
Installation Count 30
Current Version 0.2.5
Last Updated 2016-12-18
Publish Date 2016-12-18
Rating 5.00/5 Total 4 Ratings
Developer https://x.callrocket.net
Email [email protected]
Payment Type free
Extension Website https://x.callrocket.net
Privacy Policy Page URL http://callrocket.net/privacy_policy.html
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CallRocket Desktop Streamer",
    "author": "James Douglas",
    "description": "Stream your desktop into meetings via https:\/\/x.callrocket.net",
    "homepage_url": "https:\/\/x.callrocket.net",
    "version": "0.2.5",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "48": "favicon-48.png",
        "64": "favicon-64.png",
        "96": "favicon-96.png",
        "128": "favicon-128.png",
        "256": "favicon-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/x.callrocket.net\/*"
        ],
        "web_accessible_resources": [
            "icon.png"
        ]
    }
}