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"
    ]
}