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
官方網址 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
    }
}