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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
        ]
    }
}