WeConnect Screen Sharing

This enables screen sharing for Barco WeConnect.

WeConnect Screen Sharingคืออะไร?

WeConnect Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seba kerckhof และคุณลักษณะหลักของมันคือ "This enables screen sharing for Barco WeConnect."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WeConnect Screen Sharing

ดาวน์โหลดไฟล์ส่วนขยาย WeConnect Screen Sharing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WeConnect Screen Sharing WeConnect Screen Sharing
ID khmaegcgnbjijpkbjjfeillhmdlgpejo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weconnect-screen-sharing/khmaegcgnbjijpkbjjfeillhmdlgpejo
คำอธิบาย This enables screen sharing for Barco WeConnect.
ขนาดไฟล์ 30.15 KB
จำนวนการติดตั้ง 556
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2018-11-07
วันที่เผยแพร่ 2018-11-07
ผู้พัฒนา seba kerckhof
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://edu.barco.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WeConnect Screen Sharing",
    "author": "Barco nv",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "61",
    "description": "This enables screen sharing for Barco WeConnect.",
    "homepage_url": "https:\/\/edu.barco.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.dev.barco.com\/*",
            "https:\/\/*.edu.barco.com\/*",
            "https:\/\/*.edu.barco.cloud\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}