Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

Wat is Comcast Desktop Share?

Comcast Desktop Share is een Chrome-extensie ontwikkeld door ShareApp, en de belangrijkste functie is "Webrtc screen sharing extension for Comcast Xfinity platform.".

Download het CRX-bestand van de extensie Comcast Desktop Share

Download Comcast Desktop Share-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

                        Allows customers with the X1 Entertainment Operating System to share their desktop to the TV.                    

Basisinformatie over de Extensie

Naam Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
Officiële URL https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
Beschrijving Webrtc screen sharing extension for Comcast Xfinity platform.
Bestandsgrootte 5.26 KB
Aantal Installaties 858
Huidige Versie 1.0
Laatst Bijgewerkt 2015-05-20
Publicatiedatum 2015-05-20
Beoordeling 2.45/5 Totaal 11 Beoordelingen
Ontwikkelaar ShareApp
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comcast Desktop Share",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Webrtc screen sharing extension for Comcast Xfinity platform.",
    "homepage_url": "https:\/\/share.comcast.net",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/share.comcast.net\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}