CONNECTIX Desktop sharing

Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.

What is CONNECTIX Desktop sharing?

CONNECTIX Desktop sharing is a Chrome extension developed by https://connectix.net, and its main feature is "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".

Extension Screenshots

screenshot

Download CONNECTIX Desktop sharing Extension CRX File

Download CONNECTIX Desktop sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        screen sharing                    

Extension Basic Information

Name CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
Official URL 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.
File Size 83.98 KB
Installation Count 1,468
Current Version 1.9.3.3
Last Updated 2015-07-08
Publish Date 2015-07-07
Rating 4.80/5 Total 5 Ratings
Developer https://connectix.net
Payment Type free
Extension Website http://connectix.net/videoconf/desktop_sharing/
Help Page URL http://connectix.net/videoconf/desktop_sharing/
Supported Languages 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
    }
}