CONNECTIX Desktop sharing
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Qu'est-ce que CONNECTIX Desktop sharing ?
CONNECTIX Desktop sharing est une extension Chrome développée par https://connectix.net, et sa fonction principale est "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CONNECTIX Desktop sharing
Téléchargez les fichiers d'extension CONNECTIX Desktop sharing 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
screen sharing
Informations de Base sur l'Extension
Nom | CONNECTIX Desktop sharing |
ID | codhkppmaiogifohnenadkhgfknebede |
URL Officiel | https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede |
Description | Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing. |
Taille du Fichier | 83.98 KB |
Nombre d'Installations | 1,468 |
Version Actuelle | 1.9.3.3 |
Dernière Mise à Jour | 2015-07-08 |
Date de Publication | 2015-07-07 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | https://connectix.net |
Type de Paiement | free |
Site Web de l'Extension | http://connectix.net/videoconf/desktop_sharing/ |
URL de la Page d'Aide | http://connectix.net/videoconf/desktop_sharing/ |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CONNECTIX Desktop sharing", "author": "CONNECTIX", "version": "1.9.3.3", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.", "homepage_url": "http:\/\/connectix.net\/videoconf\/desktop_sharing\/viewer.html", "background": { "scripts": [ "websocket.js", "RTCMultiConnection.js", "desktop-capturing.js" ], "persistent": false }, "browser_action": { "default_icon": "images\/desktopCapture22.png", "default_title": "Share Desktop!" }, "icons": { "16": "images\/desktopCapture16.png", "22": "images\/desktopCapture22.png", "32": "images\/desktopCapture32.png", "48": "images\/desktopCapture48.png", "128": "images\/desktopCapture128.png" }, "permissions": [ "desktopCapture", "storage" ], "web_accessible_resources": [ "images\/desktopCapture48.png" ], "options_ui": { "page": "options.html", "chrome_style": true } } |