HQWebinar Screen Sharing

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

什麼是HQWebinar Screen Sharing?

HQWebinar Screen Sharing是由hqwebinar開發的Chrome擴展程式,該擴展的主要功能是“Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform”。

下載HQWebinar Screen Sharing擴展crx文件

下載HQWebinar Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 HQWebinar Screen Sharing HQWebinar Screen Sharing
ID ohehibbbjfcgfinadeidappahfidjmei
官方網址 https://chrome.google.com/webstore/detail/ohehibbbjfcgfinadeidappahfidjmei
簡介 Screensharing extension for hqwebinar. It can be used only on the www.hqwebinar.live platform
檔案大小 12.17 KB
安裝次數 56
目前版本 1.0.0
更新時間 2018-07-27
上架時間 2018-07-27
開發者 hqwebinar
電子郵箱 [email protected]
付費類型 free
擴展官網 https://hqwebinar.com/dashboard
說明頁面URL https://hqwebinar.zendesk.com/agent/
隱私政策頁面URL https://hqwebinar.com/dashboard/support/docs/terms.html
支援的語言 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"
    ]
}