Desktop Streamer for Meet Free

A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge.

Desktop Streamer for Meet Freeคืออะไร?

Desktop Streamer for Meet Free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย paul.richards และคุณลักษณะหลักของมันคือ "A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge."

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

screenshot

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

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

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

                        Allows for screen sharing for MeetFree.US. MeetFree.US provides free no download video conferencing and this extension adds screen sharing capabilities for your google chrome browser.                    

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

ชื่อ Desktop Streamer for Meet Free Desktop Streamer for Meet Free
ID adjamnajoadcjpdmjkajnbiebekbmobc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/desktop-streamer-for-meet/adjamnajoadcjpdmjkajnbiebekbmobc
คำอธิบาย A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge.
ขนาดไฟล์ 36.35 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.1.5
อัปเดตครั้งล่าสุด 2015-02-06
วันที่เผยแพร่ 2015-02-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา paul.richards
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://meetfree.us
URL หน้าช่วยเหลือ http://meetfree.us/FAQ
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Desktop Streamer for Meet Free",
    "description": "A simple extension that allows you to stream your desktop into meetings with MeetFree Videobridge.",
    "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": [
            "*:\/\/meetfree.us\/*"
        ]
    }
}