SkyRooms.IO Desktop Streamer

Install this plugin to allow desktop sharing in SkyRooms.IO conferencing

SkyRooms.IO Desktop Streamerคืออะไร?

SkyRooms.IO Desktop Streamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย skyroomsio และคุณลักษณะหลักของมันคือ "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SkyRooms.IO Desktop Streamer

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

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

                        SkyRooms.IO Virtual Offices requires this plugin to be installed in your browser to do screen sharing during a meeting.

Participants do not need this to view your desktop feed at all.

Small and lite plugin, no extra stuff. Safe for your computer! :)                    

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

ชื่อ SkyRooms.IO Desktop Streamer SkyRooms.IO Desktop Streamer
ID pifoihkipgckedfddhjmmpddibjenieb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skyroomsio-desktop-stream/pifoihkipgckedfddhjmmpddibjenieb
คำอธิบาย Install this plugin to allow desktop sharing in SkyRooms.IO conferencing
ขนาดไฟล์ 33.4 KB
จำนวนการติดตั้ง 945
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2017-02-19
วันที่เผยแพร่ 2017-02-19
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา skyroomsio
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.skyrooms.io/
URL หน้าช่วยเหลือ https://www.skyrooms.io/help
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SkyRooms.IO Desktop Streamer",
    "description": "Install this plugin to allow desktop sharing in SkyRooms.IO conferencing",
    "version": "0.1.6",
    "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": [
            "*:\/\/jitsi.skyrooms.io\/*",
            "*:\/\/skyrooms.io\/*"
        ]
    }
}