HQWebinar Screen Sharing

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

Qu'est-ce que HQWebinar Screen Sharing ?

HQWebinar Screen Sharing est une extension Chrome développée par hqwebinar, et sa fonction principale est "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Télécharger le fichier CRX de l'extension HQWebinar Screen Sharing

Téléchargez les fichiers d'extension HQWebinar Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
URL Officiel https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Description Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Taille du Fichier 12.17 KB
Nombre d'Installations 56
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-07-27
Date de Publication 2018-07-27
Développeur hqwebinar
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hqwebinar.com/dashboard
URL de la Page d'Aide https://hqwebinar.zendesk.com/agent/
URL de la Page de Politique de Confidentialité https://hqwebinar.com/dashboard/support/docs/terms.html
Langues Prises en Charge 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"
    ]
}