Screensharing for Nextcloud Video calls app

Screensharing utility for the Nextcloud Video calls app.

Apa itu Screensharing for Nextcloud Video calls app?

Screensharing for Nextcloud Video calls app adalah ekstensi Chrome yang dikembangkan oleh Nextcloud GmbH, dan fitur utamanya adalah "Screensharing utility for the Nextcloud Video calls app.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Screensharing for Nextcloud Video calls app

Unduh file ekstensi Screensharing for Nextcloud Video calls app 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

                                            

Informasi Dasar Ekstensi

Nama Screensharing for Nextcloud Video calls app Screensharing for Nextcloud Video calls app
ID kepnpjhambipllfmgmbapncekcmabkol
URL Resmi https://chromewebstore.google.com/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol
Deskripsi Screensharing utility for the Nextcloud Video calls app.
Ukuran File 38.19 KB
Jumlah Instalasi 9,340
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-03-07
Tanggal Publikasi 2017-03-07
Penilaian 4.36/5 Total 14 Penilaian
Pengembang Nextcloud GmbH
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/nextcloud/spreed-screensharing-chrome-extension
Bahasa yang Didukung 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
        }
    ]
}