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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://connectix.net และคุณลักษณะหลักของมันคือ "Share screen of any application or entire screen or screen of any chrome tab. It is private, full-HD screen sharing."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CONNECTIX Desktop sharing

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}