ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

¿Qué es ConexED Screen Sharing?

ConexED Screen Sharing es una extensión de Chrome desarrollada por https://conexed.com, y su función principal es "Chrome screen sharing extension for the ConexED platform".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ConexED Screen Sharing

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

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

Información Básica de la Extensión

Nombre ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
URL Oficial https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
Descripción Chrome screen sharing extension for the ConexED platform
Tamaño del Archivo 15.6 KB
Cantidad de Instalaciones 20,000
Versión Actual 1.7.3
Última Actualización 2018-09-26
Fecha de Publicación 2018-09-26
Calificación 4.00/5 Total de 10 Calificaciones
Desarrollador https://conexed.com
Tipo de Pago free
Sitio Web de la Extensión https://conexed.com
URL de la Página de Ayuda https://blog.conexed.com/help-center/
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}