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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows customers with the X1 Entertainment Operating System to share their desktop to the TV.
معلومات أساسية عن التمديد
الاسم | |
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" ] } |