Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

Cos'è Comcast Desktop Share?

Comcast Desktop Share è un'estensione di Chrome sviluppata da ShareApp, e la sua funzione principale è "Webrtc screen sharing extension for Comcast Xfinity platform.".

Scarica il file CRX dell'estensione Comcast Desktop Share

Scarica i file di estensione Comcast Desktop Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
URL Ufficiale https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
Descrizione Webrtc screen sharing extension for Comcast Xfinity platform.
Dimensione del File 5.26 KB
Conteggio Installazioni 858
Versione Corrente 1.0
Ultimo Aggiornamento 2015-05-20
Data di Pubblicazione 2015-05-20
Valutazione 2.45/5 Totale 11 Valutazioni
Sviluppatore ShareApp
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}