hqmeetup screen sharing

This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.

什么是hqmeetup screen sharing?

hqmeetup screen sharing是由http://castrr.live开发的Chrome扩展程序,该扩展的主要功能是“This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.”。

扩展截图

screenshot

下载hqmeetup screen sharing扩展crx文件

下载hqmeetup screen sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This chrome extension is used for screen sharing in the hqmeetup online meeting platform.                    

扩展基本信息

名称 hqmeetup screen sharing hqmeetup screen sharing
ID apgmehfolpammmebikmcomgjpgfdfdea
官方URL https://chrome.google.com/webstore/detail/hqmeetup-screen-sharing/apgmehfolpammmebikmcomgjpgfdfdea
简介 This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.
文件大小 97.85 KB
安装次数 291
当前版本 2.0
更新时间 2018-11-30
上架时间 2018-11-30
开发者 http://castrr.live
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hqmeetup.com
帮助页面URL https://hqwebinar.com/dashboard/support/docs
隐私政策页面URL https://hqwebinar.com/dashboard/support/docs/terms.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hqmeetup screen sharing",
    "author": "hqsuite",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This is a screen sharing app to be used by hqmeetup web application for screen sharing purposes.",
    "homepage_url": "https:\/\/hqmeetup.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hqmeetup.com\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}