Teamtalk Screen Sharing

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

¿Qué es Teamtalk Screen Sharing?

Teamtalk Screen Sharing es una extensión de Chrome desarrollada por https://teamtalk.io, y su función principal es "This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.".

Descargar Archivo CRX de la Extensión Teamtalk Screen Sharing

Descarga archivos de extensión Teamtalk Screen Sharing en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Screen Sharing Chrome Extension                    

Información Básica de la Extensión

Nombre Teamtalk Screen Sharing Teamtalk Screen Sharing
ID ckmdabgcfgbecnpnekkjfcicjlgpblnp
URL Oficial https://chromewebstore.google.com/detail/teamtalk-screen-sharing/ckmdabgcfgbecnpnekkjfcicjlgpblnp
Descripción This Chrome extension is developed primary for https://teamtalk.io/. It doesn't do anything except capture content of your screen.
Tamaño del Archivo 14.08 KB
Cantidad de Instalaciones 95
Versión Actual 3.0
Última Actualización 2016-11-02
Fecha de Publicación 2016-11-02
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://teamtalk.io
Tipo de Pago free
Idiomas Soportados 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"
    ]
}