Comcast Desktop Sharing for Slack

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

Qu'est-ce que Comcast Desktop Sharing for Slack ?

Comcast Desktop Sharing for Slack est une extension Chrome développée par https://yak.comcast.net, et sa fonction principale est "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Comcast Desktop Sharing for Slack

Téléchargez les fichiers d'extension Comcast Desktop Sharing for Slack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Comcast Desktop Sharing for Slack Comcast Desktop Sharing for Slack
ID kbfkfbbpgjoanmbplgclejgcecpmjabh
URL Officiel 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
Taille du Fichier 18.49 KB
Nombre d'Installations 308
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-07-18
Date de Publication 2016-07-18
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://yak.comcast.net
Type de Paiement free
Langues Prises en Charge 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\/*"
        ]
    }
}