Comcast Desktop Sharing for Slack

A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0

What is Comcast Desktop Sharing for Slack?

Comcast Desktop Sharing for Slack is a Chrome extension developed by https://yak.comcast.net, and its main feature is "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0".

Extension Screenshots

screenshot

Download Comcast Desktop Sharing for Slack Extension CRX File

Download Comcast Desktop Sharing for Slack 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

                        A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0                    

Extension Basic Information

Name Comcast Desktop Sharing for Slack Comcast Desktop Sharing for Slack
ID kbfkfbbpgjoanmbplgclejgcecpmjabh
Official URL https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh
Description A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
File Size 18.49 KB
Installation Count 308
Current Version 0.1.0
Last Updated 2016-07-18
Publish Date 2016-07-18
Rating 5.00/5 Total 1 Ratings
Developer https://yak.comcast.net
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comcast Desktop Sharing for Slack",
    "description": "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0",
    "version": "0.1.0",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "comcast-logo-16x16.png",
        "48": "comcast-logo-48x48.png",
        "128": "comcast-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/yak.comcast.net\/*"
        ]
    }
}