Wit Web Communicator Screen Sharing

This extension allows you to share your screen

Co je Wit Web Communicator Screen Sharing?

Wit Web Communicator Screen Sharing je rozšíření Chrome vyvinuté https://demo.wit-software.com/webcommunicator/webrtc, a jeho hlavní funkcí je „This extension allows you to share your screen“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wit Web Communicator Screen Sharing

Stáhněte si soubory rozšíření Wit Web Communicator Screen Sharing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
Oficiální URL https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
Popis This extension allows you to share your screen
Velikost souboru 9.03 KB
Počet instalací 59
Aktuální Verze 0.0.6
Poslední Aktualizace 2018-06-06
Datum Vydání 2018-06-05
Vývojář https://demo.wit-software.com/webcommunicator/webrtc
Typ Platby free
Webové stránky Rozšíření https://www.wit-software.com/
Podporované Jazyky 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"
        }
    ]
}