Screensharing for Nextcloud Video calls app

Screensharing utility for the Nextcloud Video calls app.

ما هو Screensharing for Nextcloud Video calls app؟

Screensharing for Nextcloud Video calls app هو إضافة Chrome تم تطويرها بواسطة Nextcloud GmbH، والميزة الرئيسية لها هي "Screensharing utility for the Nextcloud Video calls app.".

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

screenshot

تحميل ملف CRX للإضافة Screensharing for Nextcloud Video calls app

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

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

                                            

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

الاسم Screensharing for Nextcloud Video calls app Screensharing for Nextcloud Video calls app
ID kepnpjhambipllfmgmbapncekcmabkol
عنوان URL الرسمي https://chromewebstore.google.com/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol
الوصف Screensharing utility for the Nextcloud Video calls app.
حجم الملف 38.19 KB
عدد التثبيتات 9,340
النسخة الحالية 1.0.0
آخر تحديث 2017-03-07
تاريخ النشر 2017-03-07
تقييم 4.36/5 مجموع تقييمات 14
المطور Nextcloud GmbH
نوع الدفع free
عنوان صفحة المساعدة https://github.com/nextcloud/spreed-screensharing-chrome-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screensharing for Nextcloud Video calls app",
    "description": "Screensharing utility for the Nextcloud Video calls app.",
    "author": "Joachim Bauch ",
    "homepage_url": "https:\/\/nextcloud.com",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "detector.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}