LearnBrite Screen Sharing

Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…

LearnBrite Screen Sharingคืออะไร?

LearnBrite Screen Sharing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://learnbrite.com และคุณลักษณะหลักของมันคือ "Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…"

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

screenshot

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

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

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

                        Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR) environments.                    

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

ชื่อ LearnBrite Screen Sharing LearnBrite Screen Sharing
ID ibkiogicceidegohodbaagmagafkannj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/learnbrite-screen-sharing/ibkiogicceidegohodbaagmagafkannj
คำอธิบาย Helper extension to enable screen sharing in LearnBrite Virtual Reality (VR), Augmented Reality (AR) and Mixed Reality (XR)…
ขนาดไฟล์ 17.98 KB
จำนวนการติดตั้ง 241
เวอร์ชันปัจจุบัน 0.14
อัปเดตครั้งล่าสุด 2017-08-07
วันที่เผยแพร่ 2017-08-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://learnbrite.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://learnbrite.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LearnBrite Screen Sharing",
    "version": "0.14",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.learnbrite.com\/*",
            "https:\/\/*.bigblueroom.io\/*"
        ]
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ]
}