Attendedbyhumans Screen sharing

Screensharing utility for Attendedbyhumans

¿Qué es Attendedbyhumans Screen sharing?

Attendedbyhumans Screen sharing es una extensión de Chrome desarrollada por TELEPORTEL EUROPE N.V, y su función principal es "Screensharing utility for Attendedbyhumans".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Attendedbyhumans Screen sharing

Descarga archivos de extensión Attendedbyhumans 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

                        Desktop presentation extension for Google Chrome and Google Canary. You can also share your screen without extensions from our applications. Visit: http://www.teleportel.com for more informations.                    

Información Básica de la Extensión

Nombre Attendedbyhumans Screen sharing Attendedbyhumans Screen sharing
ID hkndidoemjacpfbaajpanoopddldlhaj
URL Oficial https://chromewebstore.google.com/detail/attendedbyhumans-screen-s/hkndidoemjacpfbaajpanoopddldlhaj
Descripción Screensharing utility for Attendedbyhumans
Tamaño del Archivo 15.71 KB
Cantidad de Instalaciones 29
Versión Actual 4.0.0
Última Actualización 2017-12-15
Fecha de Publicación 2017-12-14
Desarrollador TELEPORTEL EUROPE N.V
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.teleportel.com/user-agreement
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Attendedbyhumans Screen sharing",
    "author": "Shamun Toha",
    "description": "Screensharing utility for Attendedbyhumans",
    "homepage_url": "https:\/\/www.attendedbyhumans.com\/",
    "version": "4.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.attendedbyhumans.com\/*",
                "*:\/\/*.teleportel.com\/*",
                "*:\/\/*.telepresencetech.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}