Switchvox Screen Sharing for Switchboard

Enables screen-sharing for chrome in the switchboard

¿Qué es Switchvox Screen Sharing for Switchboard?

Switchvox Screen Sharing for Switchboard es una extensión de Chrome desarrollada por Digium, Inc., y su función principal es "Enables screen-sharing for chrome in the switchboard".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Switchvox Screen Sharing for Switchboard

Descarga archivos de extensión Switchvox Screen Sharing for Switchboard 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

                        This extension is for Switchvox users, and makes it possible to share your desktop computer screen in the Switchboard.                    

Información Básica de la Extensión

Nombre Switchvox Screen Sharing for Switchboard Switchvox Screen Sharing for Switchboard
ID odnmjffmhmkbebhofkmeeejdbcofiejc
URL Oficial https://chromewebstore.google.com/detail/switchvox-screen-sharing/odnmjffmhmkbebhofkmeeejdbcofiejc
Descripción Enables screen-sharing for chrome in the switchboard
Tamaño del Archivo 4.03 KB
Cantidad de Instalaciones 884
Versión Actual 0.0.2
Última Actualización 2018-10-24
Fecha de Publicación 2018-10-24
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador Digium, Inc.
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switchvox Screen Sharing for Switchboard",
    "description": "Enables screen-sharing for chrome in the switchboard",
    "version": "0.0.2",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "desktopCapture",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}