Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

Co je Comcast Desktop Share?

Comcast Desktop Share je rozšíření Chrome vyvinuté ShareApp, a jeho hlavní funkcí je „Webrtc screen sharing extension for Comcast Xfinity platform.“.

Stáhnout soubor CRX rozšíření Comcast Desktop Share

Stáhněte si soubory rozšíření Comcast Desktop Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
Oficiální URL https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
Popis Webrtc screen sharing extension for Comcast Xfinity platform.
Velikost souboru 5.26 KB
Počet instalací 858
Aktuální Verze 1.0
Poslední Aktualizace 2015-05-20
Datum Vydání 2015-05-20
Hodnocení 2.45/5 Celkem 11 Hodnocení
Vývojář ShareApp
Typ Platby free
Podporované Jazyky 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"
    ]
}