Live.Barco Screen Sharing

This Chrome extension is developed primary for https://live.barco.cloud/

Live.Barco Screen Sharingคืออะไร?

Live.Barco Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Live.Barco และคุณลักษณะหลักของมันคือ "This Chrome extension is developed primary for https://live.barco.cloud/"

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

screenshot

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

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

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

                        This Chrome extension is developed primary for https://live.barco.cloud/

This extension makes use of native chrome API to return screen id, so that screen sharing can be done.                    

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

ชื่อ Live.Barco Screen Sharing Live.Barco Screen Sharing
ID hodkfbelgnjmmenabpliifaomefdipom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom
คำอธิบาย This Chrome extension is developed primary for https://live.barco.cloud/
ขนาดไฟล์ 22.34 KB
จำนวนการติดตั้ง 143
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-03-22
วันที่เผยแพร่ 2018-03-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Live.Barco
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://live.barco.cloud
URL หน้าช่วยเหลือ https://live.barco.cloud
URL หน้านโยบายความเป็นส่วนตัว https://www.barco.com/en/about-barco/legal/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live.Barco Screen Sharing",
    "author": "Live.Barco",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/",
    "homepage_url": "https:\/\/live.barco.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.barco.com\/*",
            "https:\/\/*.barco.cloud\/*",
            "https:\/\/*.barco.com:8084\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}