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 là gì?

CONNECTIX Desktop sharing là một tiện ích mở rộng Chrome được phát triển bởi https://connectix.net, và tính năng chính của nó là "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CONNECTIX Desktop sharing

Tải xuống các tệp mở rộng CONNECTIX Desktop sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        screen sharing                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CONNECTIX Desktop sharing CONNECTIX Desktop sharing
ID codhkppmaiogifohnenadkhgfknebede
URL Chính Thức https://chromewebstore.google.com/detail/connectix-desktop-sharing/codhkppmaiogifohnenadkhgfknebede
Mô tả Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing.
Kích Thước Tệp 83.98 KB
Số Lần Cài Đặt 1,468
Phiên Bản Hiện Tại 1.9.3.3
Cập Nhật Lần Cuối 2015-07-08
Ngày Phát Hành 2015-07-07
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://connectix.net
Loại Thanh Toán free
Trang Web Mở Rộng http://connectix.net/videoconf/desktop_sharing/
URL Trang Trợ Giúp http://connectix.net/videoconf/desktop_sharing/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}