Wit Web Communicator Screen Sharing

This extension allows you to share your screen

Was ist Wit Web Communicator Screen Sharing?

Wit Web Communicator Screen Sharing ist eine Chrome-Erweiterung, die von https://demo.wit-software.com/webcommunicator/webrtc entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to share your screen".

Erweiterungsscreenshots

screenshot

Wit Web Communicator Screen Sharing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wit Web Communicator Screen Sharing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
Offizielle URL https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
Beschreibung This extension allows you to share your screen
Dateigröße 9.03 KB
Installationsanzahl 59
Aktuelle Version 0.0.6
Letztes Update 2018-06-06
Veröffentlichungsdatum 2018-06-05
Entwickler https://demo.wit-software.com/webcommunicator/webrtc
Zahlungsart free
Erweiterungswebsite https://www.wit-software.com/
Unterstützte Sprachen 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"
        }
    ]
}