Comcast Desktop Sharing for Slack

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

Wat is Comcast Desktop Sharing for Slack?

Comcast Desktop Sharing for Slack is een Chrome-extensie ontwikkeld door https://yak.comcast.net, en de belangrijkste functie is "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comcast Desktop Sharing for Slack

Download Comcast Desktop Sharing for Slack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Comcast Desktop Sharing for Slack Comcast Desktop Sharing for Slack
ID kbfkfbbpgjoanmbplgclejgcecpmjabh
Officiële URL https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh
Beschrijving A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
Bestandsgrootte 18.49 KB
Aantal Installaties 308
Huidige Versie 0.1.0
Laatst Bijgewerkt 2016-07-18
Publicatiedatum 2016-07-18
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://yak.comcast.net
Betalingswijze free
Ondersteunde Talen 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\/*"
        ]
    }
}