Screensharing for Nextcloud Video calls app

Screensharing utility for the Nextcloud Video calls app.

Qu'est-ce que Screensharing for Nextcloud Video calls app ?

Screensharing for Nextcloud Video calls app est une extension Chrome développée par Nextcloud GmbH, et sa fonction principale est "Screensharing utility for the Nextcloud Video calls app.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Screensharing for Nextcloud Video calls app

Téléchargez les fichiers d'extension Screensharing for Nextcloud Video calls app au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Screensharing for Nextcloud Video calls app Screensharing for Nextcloud Video calls app
ID kepnpjhambipllfmgmbapncekcmabkol
URL Officiel https://chromewebstore.google.com/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol
Description Screensharing utility for the Nextcloud Video calls app.
Taille du Fichier 38.19 KB
Nombre d'Installations 9,340
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-03-07
Date de Publication 2017-03-07
Évaluation 4.36/5 Total 14 Évaluations
Développeur Nextcloud GmbH
Type de Paiement free
URL de la Page d'Aide https://github.com/nextcloud/spreed-screensharing-chrome-extension
Langues Prises en Charge 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
        }
    ]
}