WMS OpenTok Screen Sharing v2 (AP)

This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.

O que é WMS OpenTok Screen Sharing v2 (AP)?

WMS OpenTok Screen Sharing v2 (AP) é uma extensão do Chrome desenvolvida por https://tokbox-reference-demos.herokuapp.com, e sua principal característica é "This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.".

Baixar o arquivo CRX da Extensão WMS OpenTok Screen Sharing v2 (AP)

Baixe arquivos de extensão WMS OpenTok Screen Sharing v2 (AP) 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

                                            

Informações Básicas da Extensão

Nome WMS OpenTok Screen Sharing v2 (AP) WMS OpenTok Screen Sharing v2 (AP)
ID knmknlapoidpamfmadaalafimbjegekh
URL Oficial https://chrome.google.com/webstore/detail/wms-opentok-screen-sharin/knmknlapoidpamfmadaalafimbjegekh
Descrição This Chrome extension is developed primary for http://tokbox.com/. It doesn't do anything except capture content of your screen.
Tamanho do Arquivo 28.84 KB
Contagem de Instalações 17
Versão Atual 2.8.1
Última Atualização 2017-05-04
Data de Publicação 2017-05-04
Desenvolvedor https://tokbox-reference-demos.herokuapp.com
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WMS OpenTok Screen Sharing v2 (AP)",
    "author": "Vertical Solution TokBox, Inc.",
    "version": "2.8.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for http:\/\/tokbox.com\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/tokbox.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/ss-annotation-acc-pack.herokuapp.com\/",
            "http:\/\/localhost\/*",
            "https:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}