Pronto Screen Sharing

Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.

¿Qué es Pronto Screen Sharing?

Pronto Screen Sharing es una extensión de Chrome desarrollada por Pronto, y su función principal es "Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pronto Screen Sharing

Descarga archivos de extensión Pronto 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 extension will allow users to share their screen in Pronto during live streaming.  A user may choose to broadcast either live video or share their screen.  This extension specifically handles the functionality behind prompting a user for which screen they'd like to share.                    

Información Básica de la Extensión

Nombre Pronto Screen Sharing Pronto Screen Sharing
ID ngjdmmdgiehhjidefanipbeoeobdjkkj
URL Oficial https://chromewebstore.google.com/detail/pronto-screen-sharing/ngjdmmdgiehhjidefanipbeoeobdjkkj
Descripción Use this Pronto extension to share your screen in the Pronto Communications web client found at https://trypronto.com.
Tamaño del Archivo 19.73 KB
Cantidad de Instalaciones 111
Versión Actual 2.2
Última Actualización 2018-09-13
Fecha de Publicación 2018-09-13
Desarrollador Pronto
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://trypronto.com
URL de la Página de Política de Privacidad https://www.trypronto.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pronto Screen Sharing",
    "author": "Hit Labs, Inc.",
    "version": "2.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Use this Pronto extension to share your screen in the Pronto Communications web client found at https:\/\/trypronto.com.",
    "homepage_url": "https:\/\/trypronto.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.trypronto.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}