Confrere Screensharing

Enables screen sharing in Confrere

Qu'est-ce que Confrere Screensharing ?

Confrere Screensharing est une extension Chrome développée par https://confrere.com, et sa fonction principale est "Enables screen sharing in Confrere".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Confrere Screensharing

Téléchargez les fichiers d'extension Confrere Screensharing 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

                        This extension enables screensharing for Confrere-based products. The extension may be installed to *.confrere.com.                    

Informations de Base sur l'Extension

Nom Confrere Screensharing Confrere Screensharing
ID okifmkhblklokdfkgaejkpmleiajepml
URL Officiel https://chromewebstore.google.com/detail/confrere-screensharing/okifmkhblklokdfkgaejkpmleiajepml
Description Enables screen sharing in Confrere
Taille du Fichier 47 KB
Nombre d'Installations 95
Version Actuelle 1.1.1
Dernière Mise à Jour 2019-01-11
Date de Publication 2019-01-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://confrere.com
Type de Paiement free
Site Web de l'Extension https://confrere.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Confrere Screensharing",
    "description": "Enables screen sharing in Confrere",
    "version": "1.1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "icon-16x16.png",
        "32": "icon-32x32.png",
        "128": "icon-128x128.png",
        "192": "icon-192x192.png",
        "512": "icon-512x512.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.confrere.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.confrere.com\/*",
                "http:\/\/localhost:3000\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.confrere.com\/*",
            "http:\/\/localhost:3000\/*"
        ]
    }
}