Live.Barco Screen Sharing

This Chrome extension is developed primary for https://live.barco.cloud/

Qu'est-ce que Live.Barco Screen Sharing ?

Live.Barco Screen Sharing est une extension Chrome développée par Live.Barco, et sa fonction principale est "This Chrome extension is developed primary for https://live.barco.cloud/".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Live.Barco Screen Sharing

Téléchargez les fichiers d'extension Live.Barco Screen Sharing 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 Chrome extension is developed primary for https://live.barco.cloud/

This extension makes use of native chrome API to return screen id, so that screen sharing can be done.                    

Informations de Base sur l'Extension

Nom Live.Barco Screen Sharing Live.Barco Screen Sharing
ID hodkfbelgnjmmenabpliifaomefdipom
URL Officiel https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom
Description This Chrome extension is developed primary for https://live.barco.cloud/
Taille du Fichier 22.34 KB
Nombre d'Installations 143
Version Actuelle 1.0
Dernière Mise à Jour 2018-03-22
Date de Publication 2018-03-21
Évaluation 5.00/5 Total 3 Évaluations
Développeur Live.Barco
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://live.barco.cloud
URL de la Page d'Aide https://live.barco.cloud
URL de la Page de Politique de Confidentialité https://www.barco.com/en/about-barco/legal/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live.Barco Screen Sharing",
    "author": "Live.Barco",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/",
    "homepage_url": "https:\/\/live.barco.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.barco.com\/*",
            "https:\/\/*.barco.cloud\/*",
            "https:\/\/*.barco.com:8084\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}