Comcast Desktop Share

Webrtc screen sharing extension for Comcast Xfinity platform.

Τι είναι το Comcast Desktop Share;

Το Comcast Desktop Share είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ShareApp, και η κύρια λειτουργία του είναι "Webrtc screen sharing extension for Comcast Xfinity platform.".

Λήψη αρχείου CRX της επέκτασης Comcast Desktop Share

Λήψη αρχείων επέκτασης Comcast Desktop Share σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Comcast Desktop Share Comcast Desktop Share
ID cenpomfndgajihghjgcibnebidacgadc
Επίσημο URL https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc
Περιγραφή Webrtc screen sharing extension for Comcast Xfinity platform.
Μέγεθος Αρχείου 5.26 KB
Αριθμός Εγκαταστάσεων 858
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-05-20
Ημερομηνία Δημοσίευσης 2015-05-20
Αξιολόγηση 2.45/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής ShareApp
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}