CONNECTIX Desktop sharing
Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Co je CONNECTIX Desktop sharing?
CONNECTIX Desktop sharing je rozšíření Chrome vyvinuté https://connectix.net, a jeho hlavní funkcí je „Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CONNECTIX Desktop sharing
Stáhněte si soubory rozšíření CONNECTIX Desktop sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
screen sharing
Základní Informace o Rozšíření
Název | CONNECTIX Desktop sharing |
ID | codhkppmaiogifohnenadkhgfknebede |
Oficiální URL | https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede |
Popis | Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing. |
Velikost souboru | 83.98 KB |
Počet instalací | 1,468 |
Aktuální Verze | 1.9.3.3 |
Poslední Aktualizace | 2015-07-08 |
Datum Vydání | 2015-07-07 |
Hodnocení | 4.80/5 Celkem 5 Hodnocení |
Vývojář | https://connectix.net |
Typ Platby | free |
Webové stránky Rozšíření | http://connectix.net/videoconf/desktop_sharing/ |
URL Stránky Nápovědy | http://connectix.net/videoconf/desktop_sharing/ |
Podporované Jazyky | 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 } } |