Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

Co to jest Comcast Desktop Share?

Comcast Desktop Share to rozszerzenie Chrome opracowane przez ShareApp, a jego główną funkcją jest „Webrtc screen sharing extension for Comcast Xfinity platform.”.

Pobierz plik CRX rozszerzenia Comcast Desktop Share

Pobierz pliki rozszerzeń Comcast Desktop Share w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
Oficjalny URL https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
Opis Webrtc screen sharing extension for Comcast Xfinity platform.
Rozmiar pliku 5.26 KB
Liczba instalacji 858
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-05-20
Data Publikacji 2015-05-20
Ocena 2.45/5 Łącznie 11 Oceny
Deweloper ShareApp
Typ Płatności free
Obsługiwane Języki 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"
    ]
}