Comcast Desktop Share
Webrtc screen sharing extension for Comcast Xfinity platform.
Qu'est-ce que Comcast Desktop Share ?
Comcast Desktop Share est une extension Chrome développée par ShareApp, et sa fonction principale est "Webrtc screen sharing extension for Comcast Xfinity platform.".
Télécharger le fichier CRX de l'extension Comcast Desktop Share
Téléchargez les fichiers d'extension Comcast Desktop Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows customers with the X1 Entertainment Operating System to share their desktop to the TV.
Informations de Base sur l'Extension
Nom | |
ID | cenpomfndgajihghjgcibnebidacgadc |
URL Officiel | https://chrome.google.com/webstore/detail/comcast-desktop-share/cenpomfndgajihghjgcibnebidacgadc |
Description | Webrtc screen sharing extension for Comcast Xfinity platform. |
Taille du Fichier | 5.26 KB |
Nombre d'Installations | 858 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2015-05-20 |
Date de Publication | 2015-05-20 |
Évaluation | 2.45/5 Total 11 Évaluations |
Développeur | ShareApp |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |