Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

Was ist Comcast Desktop Share?

Comcast Desktop Share ist eine Chrome-Erweiterung, die von ShareApp entwickelt wurde, und ihr Hauptmerkmal ist "Webrtc screen sharing extension for Comcast Xfinity platform.".

Comcast Desktop Share-Erweiterungs-CRX-Datei herunterladen

Laden Sie Comcast Desktop Share-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
Offizielle URL https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
Beschreibung Webrtc screen sharing extension for Comcast Xfinity platform.
Dateigröße 5.26 KB
Installationsanzahl 858
Aktuelle Version 1.0
Letztes Update 2015-05-20
Veröffentlichungsdatum 2015-05-20
Bewertung 2.45/5 Insgesamt 11 Bewertungen
Entwickler ShareApp
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}