HQWebinar Screen Sharing

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

Cos'è HQWebinar Screen Sharing?

HQWebinar Screen Sharing è un'estensione di Chrome sviluppata da hqwebinar, e la sua funzione principale è "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Scarica il file CRX dell'estensione HQWebinar Screen Sharing

Scarica i file di estensione HQWebinar Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
URL Ufficiale https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Descrizione Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Dimensione del File 12.17 KB
Conteggio Installazioni 56
Versione Corrente 1.0.0
Ultimo Aggiornamento 2018-07-27
Data di Pubblicazione 2018-07-27
Sviluppatore hqwebinar
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hqwebinar.com/dashboard
URL della Pagina di Aiuto https://hqwebinar.zendesk.com/agent/
URL della Pagina della Politica sulla Privacy https://hqwebinar.com/dashboard/support/docs/terms.html
Lingue Supportate 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"
    ]
}