HQWebinar Screen Sharing

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

Wat is HQWebinar Screen Sharing?

HQWebinar Screen Sharing is een Chrome-extensie ontwikkeld door hqwebinar, en de belangrijkste functie is "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Download het CRX-bestand van de extensie HQWebinar Screen Sharing

Download HQWebinar Screen Sharing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
Officiële URL https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Beschrijving Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Bestandsgrootte 12.17 KB
Aantal Installaties 56
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-07-27
Publicatiedatum 2018-07-27
Ontwikkelaar hqwebinar
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hqwebinar.com/dashboard
Help Pagina-URL https://hqwebinar.zendesk.com/agent/
URL van de Privacybeleid Pagina https://hqwebinar.com/dashboard/support/docs/terms.html
Ondersteunde Talen 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"
    ]
}