Proficonf screen sharing

Simple extension that allows to stream desktop with proficonf.com

¿Qué es Proficonf screen sharing?

Proficonf screen sharing es una extensión de Chrome desarrollada por https://proficonf.com, y su función principal es "Simple extension that allows to stream desktop with proficonf.com".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Proficonf screen sharing

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

                        Chrome extension to share the screen from your computer in a video conversation for your audience.

Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. 

Proficonf includes all you need in one application for a great communication experience:

* Documents demonstration
* High quality screen sharing
* Multi-user chat
* Recordings 

.. and many more

Be productive with the latest video conferencing technologies!                    

Información Básica de la Extensión

Nombre Proficonf screen sharing Proficonf screen sharing
ID jhflfpbpmmmafddiaajdipeibfnddcaa
URL Oficial https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa
Descripción Simple extension that allows to stream desktop with proficonf.com
Tamaño del Archivo 11 KB
Cantidad de Instalaciones 228
Versión Actual 1.0.1
Última Actualización 2018-03-21
Fecha de Publicación 2018-03-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://proficonf.com
Tipo de Pago free
Sitio Web de la Extensión https://proficonf.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proficonf screen sharing",
    "description": "Simple extension that allows to stream desktop with proficonf.com",
    "version": "1.0.1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/proficonf.com\/*",
            "*:\/\/*.proficonf.com\/*",
            "*:\/\/*.proficonf.io\/*",
            "http:\/\/localhost:8000\/*"
        ]
    }
}