HQWebinar Screen Sharing

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

Apa itu HQWebinar Screen Sharing?

HQWebinar Screen Sharing adalah ekstensi Chrome yang dikembangkan oleh hqwebinar, dan fitur utamanya adalah "Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform".

Unduh Berkas CRX Ekstensi HQWebinar Screen Sharing

Unduh file ekstensi HQWebinar Screen Sharing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
URL Resmi https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
Deskripsi Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
Ukuran File 12.17 KB
Jumlah Instalasi 56
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-07-27
Tanggal Publikasi 2018-07-27
Pengembang hqwebinar
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://hqwebinar.com/dashboard
URL Halaman Bantuan https://hqwebinar.zendesk.com/agent/
URL Halaman Kebijakan Privasi https://hqwebinar.com/dashboard/support/docs/terms.html
Bahasa yang Didukung 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"
    ]
}