HQWebinar Screen Sharing

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

Vad är HQWebinar Screen Sharing?

HQWebinar Screen Sharing är en Chrome-tillägg utvecklad av hqwebinar, och dess huvudfunktion är "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Ladda ner HQWebinar Screen Sharing-förlängningens CRX-fil

Ladda ner HQWebinar Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
Officiell webbadress https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Beskrivning Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Filstorlek 12.17 KB
Antal Installationer 56
Aktuell Version 1.0.0
Senast Uppdaterad 2018-07-27
Publiceringsdatum 2018-07-27
Utvecklare hqwebinar
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hqwebinar.com/dashboard
Hjälpsida URL https://hqwebinar.zendesk.com/agent/
URL till Sekretesspolicy Sidan https://hqwebinar.com/dashboard/support/docs/terms.html
Stödda Språk 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"
    ]
}