HQWebinar Screen Sharing

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

Hvad er HQWebinar Screen Sharing?

HQWebinar Screen Sharing er en Chrome-udvidelse udviklet af hqwebinar, og dens hovedfunktion er "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Download HQWebinar Screen Sharing-udvidelses-CRX-fil

Download HQWebinar Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
Officiel URL https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Beskrivelse Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Filstørrelse 12.17 KB
Antal Installationer 56
Nuværende Version 1.0.0
Senest Opdateret 2018-07-27
Udgivelsesdato 2018-07-27
Udvikler hqwebinar
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hqwebinar.com/dashboard
Hjælpeside-URL https://hqwebinar.zendesk.com/agent/
URL til Fortrolighedspolitik Side https://hqwebinar.com/dashboard/support/docs/terms.html
Understøttede Sprog 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"
    ]
}