VideoMost Desktop Streamer

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

VideoMost Desktop Streamerคืออะไร?

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

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

screenshot

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

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

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

                        A Chrome extension for Desktop Sharing in VideoMost WebRTC conference server                    

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

ชื่อ VideoMost Desktop Streamer VideoMost Desktop Streamer
ID cjgpkpnacafccifcgbpflchiodbechbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/videomost-desktop-streame/cjgpkpnacafccifcgbpflchiodbechbk
คำอธิบาย A simple extension that allows you to stream your desktop into meetings with VideoMost.
ขนาดไฟล์ 8.01 KB
จำนวนการติดตั้ง 507
เวอร์ชันปัจจุบัน 25
อัปเดตครั้งล่าสุด 2018-12-20
วันที่เผยแพร่ 2018-12-20
ผู้พัฒนา http://www.videomost.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.videomost.com/en
URL หน้าช่วยเหลือ http://www.videomost.com/en
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VideoMost Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with VideoMost.",
    "version": "25",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/videomost.com\/*",
            "*:\/\/*.videomost.com\/*",
            "*:\/\/*.spiritcorp.com\/*",
            "*:\/\/*.spiritdsp.com\/*",
            "*:\/\/*.rt.ru\/*",
            "*:\/\/*.newtel.vn\/*",
            "*:\/\/*.menu247.vn\/*",
            "*:\/\/*.vconference.in\/*",
            "*:\/\/*.cloudline.video\/*",
            "*:\/\/*.mashtab.org\/*",
            "*:\/\/*.tattelecom.ru\/*",
            "*:\/\/*.instavc.com\/*",
            "*:\/\/*.excitel.in\/*",
            "*:\/\/*.softline.com\/*",
            "*:\/\/*.oncloud.ru\/*",
            "*:\/\/*.esetrussia.ru\/*",
            "*:\/\/*.vniizht.ru\/*",
            "*:\/\/*.basealt.ru\/*",
            "*:\/\/*.rossoft-rtk.ru\/*",
            "*:\/\/*.rosprint.net\/*",
            "*:\/\/vm.vm\/*",
            "*:\/\/*.global-x.ru\/*",
            "*:\/\/*.depo.local\/*",
            "*:\/\/*.enforta.ru\/*"
        ]
    }
}