Screensharing for Nextcloud Video calls app

Screensharing utility for the Nextcloud Video calls app.

Wat is Screensharing for Nextcloud Video calls app?

Screensharing for Nextcloud Video calls app is een Chrome-extensie ontwikkeld door Nextcloud GmbH, en de belangrijkste functie is "Screensharing utility for the Nextcloud Video calls app.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Screensharing for Nextcloud Video calls app

Download Screensharing for Nextcloud Video calls app-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Screensharing for Nextcloud Video calls app Screensharing for Nextcloud Video calls app
ID kepnpjhambipllfmgmbapncekcmabkol
Officiële URL https://chromewebstore.google.com/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol
Beschrijving Screensharing utility for the Nextcloud Video calls app.
Bestandsgrootte 38.19 KB
Aantal Installaties 9,340
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-03-07
Publicatiedatum 2017-03-07
Beoordeling 4.36/5 Totaal 14 Beoordelingen
Ontwikkelaar Nextcloud GmbH
Betalingswijze free
Help Pagina-URL https://github.com/nextcloud/spreed-screensharing-chrome-extension
Ondersteunde Talen 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
        }
    ]
}