Comcast Desktop Sharing for Slack

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

什么是Comcast Desktop Sharing for Slack?

Comcast Desktop Sharing for Slack是由https://yak.comcast.net开发的Chrome扩展程序,该扩展的主要功能是“A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0”。

扩展截图

screenshot

下载Comcast Desktop Sharing for Slack扩展crx文件

下载Comcast Desktop Sharing for Slack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Comcast Desktop Sharing for Slack Comcast Desktop Sharing for Slack
ID kbfkfbbpgjoanmbplgclejgcecpmjabh
官方URL https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh
简介 A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
文件大小 18.49 KB
安装次数 308
当前版本 0.1.0
更新时间 2016-07-18
上架时间 2016-07-18
评分 5.00/5 共1次评分
开发者 https://yak.comcast.net
付费类型 free
支持的语言 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\/*"
        ]
    }
}