VideoMost Desktop Streamer

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

Apa itu VideoMost Desktop Streamer?

VideoMost Desktop Streamer adalah ekstensi Chrome yang dikembangkan oleh http://www.videomost.com, dan fitur utamanya adalah "A simple extension that allows you to stream your desktop into meetings with VideoMost.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi VideoMost Desktop Streamer

Unduh file ekstensi VideoMost Desktop Streamer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A Chrome extension for Desktop Sharing in VideoMost WebRTC conference server                    

Informasi Dasar Ekstensi

Nama VideoMost Desktop Streamer VideoMost Desktop Streamer
ID cjgpkpnacafccifcgbpflchiodbechbk
URL Resmi https://chrome.google.com/webstore/detail/videomost-desktop-streame/cjgpkpnacafccifcgbpflchiodbechbk
Deskripsi A simple extension that allows you to stream your desktop into meetings with VideoMost.
Ukuran File 8.01 KB
Jumlah Instalasi 507
Versi Saat Ini 25
Terakhir Diperbarui 2018-12-20
Tanggal Publikasi 2018-12-20
Pengembang http://www.videomost.com
Tipe Pembayaran free
Situs Ekstensi http://www.videomost.com/en
URL Halaman Bantuan http://www.videomost.com/en
Bahasa yang Didukung 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\/*"
        ]
    }
}