Teamtalk Screen Sharing

This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.

O que é Teamtalk Screen Sharing?

Teamtalk Screen Sharing é uma extensão do Chrome desenvolvida por https://teamtalk.io, e sua principal característica é "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".

Baixar o arquivo CRX da Extensão Teamtalk Screen Sharing

Baixe arquivos de extensão Teamtalk 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

                        Screen Sharing Chrome Extension                    

Informações Básicas da Extensão

Nome Teamtalk Screen Sharing Teamtalk Screen Sharing
ID ckmdabgcfgbecnpnekkjfcicjlgpblnp
URL Oficial https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp
Descrição This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Tamanho do Arquivo 14.08 KB
Contagem de Instalações 95
Versão Atual 3.0
Última Atualização 2016-11-02
Data de Publicação 2016-11-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://teamtalk.io
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Teamtalk Screen Sharing",
    "author": "Teamtalk",
    "version": "3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/teamtalk.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "https:\/\/teamtalk.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "logo16.png",
        "default_popup": "screensharing-test.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost\/teamtalk\/public\/*",
            "http:\/\/teamtalk.io\/*",
            "https:\/\/teamtalk.io\/*",
            "*:\/\/teamtalk.io\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}