Wit Web Communicator Screen Sharing

This extension allows you to share your screen

O que é Wit Web Communicator Screen Sharing?

Wit Web Communicator Screen Sharing é uma extensão do Chrome desenvolvida por https://demo.wit-software.com/webcommunicator/webrtc, e sua principal característica é "This extension allows you to share your screen".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Wit Web Communicator Screen Sharing

Baixe arquivos de extensão Wit Web Communicator Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
URL Oficial https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
Descrição This extension allows you to share your screen
Tamanho do Arquivo 9.03 KB
Contagem de Instalações 59
Versão Atual 0.0.6
Última Atualização 2018-06-06
Data de Publicação 2018-06-05
Desenvolvedor https://demo.wit-software.com/webcommunicator/webrtc
Tipo de Pagamento free
Site da Extensão https://www.wit-software.com/
Idiomas Suportados 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"
        }
    ]
}