CONNECTIX Desktop sharing
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Cos'è CONNECTIX Desktop sharing?
CONNECTIX Desktop sharing è un'estensione di Chrome sviluppata da https://connectix.net, e la sua funzione principale è "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CONNECTIX Desktop sharing
Scarica i file di estensione CONNECTIX Desktop sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
screen sharing
Informazioni di Base sull'Estensione
Nome | CONNECTIX Desktop sharing |
ID | codhkppmaiogifohnenadkhgfknebede |
URL Ufficiale | https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede |
Descrizione | Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing. |
Dimensione del File | 83.98 KB |
Conteggio Installazioni | 1,468 |
Versione Corrente | 1.9.3.3 |
Ultimo Aggiornamento | 2015-07-08 |
Data di Pubblicazione | 2015-07-07 |
Valutazione | 4.80/5 Totale 5 Valutazioni |
Sviluppatore | https://connectix.net |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://connectix.net/videoconf/desktop_sharing/ |
URL della Pagina di Aiuto | http://connectix.net/videoconf/desktop_sharing/ |
Lingue Supportate | 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 } } |