HQWebinar Screen Sharing

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

What is HQWebinar Screen Sharing?

HQWebinar Screen Sharing is a Chrome extension developed by hqwebinar, and its main feature is "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Download HQWebinar Screen Sharing Extension CRX File

Download HQWebinar Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
Official URL https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Description Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
File Size 12.17 KB
Installation Count 56
Current Version 1.0.0
Last Updated 2018-07-27
Publish Date 2018-07-27
Developer hqwebinar
Email [email protected]
Payment Type free
Extension Website https://hqwebinar.com/dashboard
Help Page URL https://hqwebinar.zendesk.com/agent/
Privacy Policy Page URL https://hqwebinar.com/dashboard/support/docs/terms.html
Supported Languages 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"
    ]
}