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
官方URL 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"
    ]
}