blum screen sharing

blum telehealth screen sharing - Chrome extension

¿Qué es blum screen sharing?

blum screen sharing es una extensión de Chrome desarrollada por blumtelehealth.17, y su función principal es "blum telehealth screen sharing - Chrome extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión blum screen sharing

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

                        Using a chrome Browser, blum telehealth screen sharing extension enables user to share entire screen or specific application over a live video conference on blum telelhealth platform. This extension runs on HTTPS which will keep data transmission safe and secure. 

This will enable user to share screen, but doesn't allows to share mouse or other controls. 

While sharing your screen it allows to opt any of the three possibilities:

- Share complete screen

- Specific Application Window

- Chrome Browser Tab 

After adding this extension successfully, you will need to refresh your screen if you are already on a live call. 

To share your screen:

- On live call, Click on 'SHARE SCREEN' appearing on live call.

- Select one of the option 'Entire Screen' or 'Application Window' or 'Chrome Tab'.

- Click on 'Share' to start your sharing with other participants. 

To stop sharing user 'STOP SHARING' control. 

Please reach blum telehealth administrator if any issues/ confusions.                    

Información Básica de la Extensión

Nombre blum screen sharing blum screen sharing
ID cjkpeibcgjhcejjanaegpiaennmlhfpn
URL Oficial https://chromewebstore.google.com/detail/blum-screen-sharing/cjkpeibcgjhcejjanaegpiaennmlhfpn
Descripción blum telehealth screen sharing - Chrome extension
Tamaño del Archivo 12.12 KB
Cantidad de Instalaciones 40
Versión Actual 0.0.0.8
Última Actualización 2017-07-17
Fecha de Publicación 2017-07-17
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador blumtelehealth.17
Tipo de Pago free
Sitio Web de la Extensión https://blumtelehealth.com/view/login.html
URL de la Página de Ayuda https://blumtelehealth.com/view/faq.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "blum screen sharing",
    "author": "blum",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "blum telehealth screen sharing - Chrome extension",
    "homepage_url": "https:\/\/blumtelehealth.com\/view\/login.html",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/blumtelehealth.com\/*",
                "https:\/\/www.blumtelehealth.com\/*",
                "https:\/\/portal.yourdoc2u.com\/*",
                "https:\/\/stg.blumtelehealth.com\/*",
                "https:\/\/yourdoc2ustg.blumtelehealth.com\/*",
                "https:\/\/blumblum15.galaxysofttech.co.in\/*",
                "https:\/\/y2ublum15.galaxysofttech.co.in\/*",
                "https:\/\/blumprod.galaxysofttech.co.in\/*",
                "https:\/\/blumyourdoc2u.galaxysofttech.co.in\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}