HQWebinar Screen Sharing

Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform

¿Qué es HQWebinar Screen Sharing?

HQWebinar Screen Sharing es una extensión de Chrome desarrollada por hqwebinar, y su función principal es "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Descargar Archivo CRX de la Extensión HQWebinar Screen Sharing

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

                        HQWebinar Screen Sharing is a chrome extension that can only be used on www.hqwebinar.live online webinar platform. On HQWebinar you can stream high quality videos smoothly. It is not only a platform to host webinars but also a marketplace to sell your own.

Here is a link to terms and policies of the HQWebinar: https://hqwebinar.com/dashboard/support/docs/terms.html                    

Información Básica de la Extensión

Nombre HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
URL Oficial https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Descripción Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Tamaño del Archivo 12.17 KB
Cantidad de Instalaciones 56
Versión Actual 1.0.0
Última Actualización 2018-07-27
Fecha de Publicación 2018-07-27
Desarrollador hqwebinar
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://hqwebinar.com/dashboard
URL de la Página de Ayuda https://hqwebinar.zendesk.com/agent/
URL de la Página de Política de Privacidad https://hqwebinar.com/dashboard/support/docs/terms.html
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HQWebinar Screen Sharing",
    "author": "HQWebinar",
    "version": "1.0.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform",
    "homepage_url": "https:\/\/www.hqwebinar.live\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqwebinar.live\/webinar\/*",
            "https:\/\/*.hqwebinar.live\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon128.png"
    ]
}