Jitsi desktop streamer for Beautiful Rising

Enable screen sharing for Beautiful Rising's jitsi meet page

Jitsi desktop streamer for Beautiful Risingคืออะไร?

Jitsi desktop streamer for Beautiful Rising เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://beautifulrising.org และคุณลักษณะหลักของมันคือ "Enable screen sharing for Beautiful Rising's jitsi meet page"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jitsi desktop streamer for Beautiful Rising

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

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

                        If you've been instructed to install an extension to share your screen during video conferences for the Beautiful Rising project, you've found the correct extension. If you're looking for anything else, this isn't it.                    

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

ชื่อ Jitsi desktop streamer for Beautiful Rising Jitsi desktop streamer for Beautiful Rising
ID feblndkkkcojdijcmdkghckpgjmcjnbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jitsi-desktop-streamer-fo/feblndkkkcojdijcmdkghckpgjmcjnbd
คำอธิบาย Enable screen sharing for Beautiful Rising's jitsi meet page
ขนาดไฟล์ 35.43 KB
จำนวนการติดตั้ง 1,815
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2015-01-26
วันที่เผยแพร่ 2015-01-25
ผู้พัฒนา https://beautifulrising.org
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jitsi desktop streamer for Beautiful Rising",
    "description": "Enable screen sharing for Beautiful Rising's jitsi meet page",
    "version": "0.1.5",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "jitsi-logo-16x16.png",
        "48": "jitsi-logo-48x48.png",
        "128": "jitsi-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.beautifulrising.org\/*"
        ]
    }
}