Brochesia Screen Sharing

This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.

¿Qué es Brochesia Screen Sharing?

Brochesia Screen Sharing es una extensión de Chrome desarrollada por https://www.brochesia.com, y su función principal es "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Brochesia Screen Sharing

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

                        This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.                    

Información Básica de la Extensión

Nombre Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
URL Oficial https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
Descripción This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Tamaño del Archivo 5.45 KB
Cantidad de Instalaciones 20
Versión Actual 2
Última Actualización 2019-04-12
Fecha de Publicación 2019-04-12
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador https://www.brochesia.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.brochesia.com/privacy_policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Screen Sharing",
    "author": "Brochesia",
    "version": "2",
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.",
    "homepage_url": "https:\/\/www.brochesia.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.brochesia.cloud\/*",
                "https:\/\/localhost:8443\/*",
                "http:\/\/localhost:4000\/*",
                "http:\/\/192.168.1.151:4000\/*",
                "http:\/\/192.168.0.251:4000\/*",
                "http:\/\/172.255.101.250:4000\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "22": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}