CONNECTIX Desktop sharing

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

CONNECTIX Desktop sharingとは何ですか?

CONNECTIX Desktop sharingはhttps://connectix.netによって開発されたChromeの拡張機能で、その主な機能は「Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.」です。

拡張機能のスクリーンショット

screenshot

CONNECTIX Desktop sharing拡張機能のCRXファイルをダウンロード

CONNECTIX Desktop sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        screen sharing                    

拡張機能の基本情報

名前 CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
公式URL https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
説明 Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
ファイルサイズ 83.98 KB
インストール数 1,468
現在のバージョン 1.9.3.3
最終更新日 2015-07-08
公開日 2015-07-07
評価 4.80/5 合計 5 レビュー
開発者 https://connectix.net
支払い方法 free
拡張機能のウェブサイト http://connectix.net/videoconf/desktop_sharing/
ヘルプページのURL http://connectix.net/videoconf/desktop_sharing/
対応言語 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
    }
}