GMS Meet Desktop Streamer

A simple extension that allows you to stream your desktop into meetings with GMS Meet.

GMS Meet Desktop Streamerคืออะไร?

GMS Meet Desktop Streamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://meet.gms-cloud.com และคุณลักษณะหลักของมันคือ "A simple extension that allows you to stream your desktop into meetings with GMS Meet."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GMS Meet Desktop Streamer

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

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

                        This extension will allow you to use the desktop sharing feature of Gordano's GMS Meet video conferencing facility.

Add this extension to Chrome to allow sharing of your desktop with other participants in your meetings.                    

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

ชื่อ GMS Meet Desktop Streamer GMS Meet Desktop Streamer
ID gbjhcabogheceoaljkfgpiplnhgdeffh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gms-meet-desktop-streamer/gbjhcabogheceoaljkfgpiplnhgdeffh
คำอธิบาย A simple extension that allows you to stream your desktop into meetings with GMS Meet.
ขนาดไฟล์ 17.05 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2017-11-16
วันที่เผยแพร่ 2017-11-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://meet.gms-cloud.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.gms-cloud.com
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GMS Meet Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with GMS Meet.",
    "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": [
            "*:\/\/meet.gms-cloud.com\/*"
        ]
    }
}