SimplyVideo Screensharing Extension

Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.

ما هو SimplyVideo Screensharing Extension؟

SimplyVideo Screensharing Extension هو إضافة Chrome تم تطويرها بواسطة Meetings as a Service، والميزة الرئيسية لها هي "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SimplyVideo Screensharing Extension

قم بتنزيل ملفات الامتداد SimplyVideo Screensharing Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This Chrome extension enables users of the SimplyVideo web client to share their screen with other conference participants. It does this by allowing any web pages that use the SimplyVideo WebRTC implementation to have access to Chrome's screensharing facility.

The first time a user shares their screen they will be prompted to allow use of this extension. On subsequent attempts to share your screen from the same domain, you will not be prompted again. If you access the SimplyVideo web client from a different domain, you will be asked again to grant that domain access to the extension.                    

معلومات أساسية عن التمديد

الاسم SimplyVideo Screensharing Extension SimplyVideo Screensharing Extension
ID libfabeekinlfiflmceioonbbgmkfcgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/simplyvideo-screensharing/libfabeekinlfiflmceioonbbgmkfcgi
الوصف Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.
حجم الملف 20.46 KB
عدد التثبيتات 77
النسخة الحالية 1.0.2
آخر تحديث 2019-08-26
تاريخ النشر 2019-08-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Meetings as a Service
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimplyVideo Screensharing Extension",
    "description": "Enables Screen Sharing for your SimplyVideo Virtual Meeting Space.",
    "version": "1.0.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "permissions": [
        "desktopCapture",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options.html"
}