BigBlueButton Screenshare Extension

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.

BigBlueButton Screenshare Extensionคืออะไร?

BigBlueButton Screenshare Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BigBlueButton Screenshare Extension

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

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

                                            

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

ชื่อ BigBlueButton Screenshare Extension BigBlueButton Screenshare Extension
ID ncdgpcibpgjjmaofejfdocgnohdcfnah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ncdgpcibpgjjmaofejfdocgnohdcfnah
คำอธิบาย Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.
ขนาดไฟล์ 208 KB
จำนวนการติดตั้ง 274
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2018-09-21
วันที่เผยแพร่ 2018-09-21
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare Extension",
    "author": "BigBlueButton",
    "version": "1.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings.",
    "homepage_url": "https:\/\/bigbluebutton.org\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.bigbluebutton.org\/*",
            "*:\/\/*.aegean.gr\/*"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}