Wit Web Communicator Screen Sharing

This extension allows you to share your screen

Qu'est-ce que Wit Web Communicator Screen Sharing ?

Wit Web Communicator Screen Sharing est une extension Chrome développée par https://demo.wit-software.com/webcommunicator/webrtc, et sa fonction principale est "This extension allows you to share your screen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wit Web Communicator Screen Sharing

Téléchargez les fichiers d'extension Wit Web Communicator 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 extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.

If you want to know more about us please visit https://www.wit-software.com/                    

Informations de Base sur l'Extension

Nom Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
URL Officiel https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
Description This extension allows you to share your screen
Taille du Fichier 9.03 KB
Nombre d'Installations 59
Version Actuelle 0.0.6
Dernière Mise à Jour 2018-06-06
Date de Publication 2018-06-05
Développeur https://demo.wit-software.com/webcommunicator/webrtc
Type de Paiement free
Site Web de l'Extension https://www.wit-software.com/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wit Web Communicator Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "wit16.png",
        "48": "wit48.png",
        "128": "wit128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.wit-software.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wit-software.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}