Live.Barco Screen Sharing

This Chrome extension is developed primary for https://live.barco.cloud/

什么是Live.Barco Screen Sharing?

Live.Barco Screen Sharing是由Live.Barco开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed primary for https://live.barco.cloud/”。

扩展截图

screenshot

下载Live.Barco Screen Sharing扩展crx文件

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

扩展使用说明

                        This Chrome extension is developed primary for https://live.barco.cloud/

This extension makes use of native chrome API to return screen id, so that screen sharing can be done.                    

扩展基本信息

名称 Live.Barco Screen Sharing Live.Barco Screen Sharing
ID hodkfbelgnjmmenabpliifaomefdipom
官方URL https://chromewebstore.google.com/detail/livebarco-screen-sharing/hodkfbelgnjmmenabpliifaomefdipom
简介 This Chrome extension is developed primary for https://live.barco.cloud/
文件大小 22.34 KB
安装次数 143
当前版本 1.0
更新时间 2018-03-22
上架时间 2018-03-21
评分 5.00/5 共3次评分
开发者 Live.Barco
电子邮箱 [email protected]
付费类型 free
扩展官网 https://live.barco.cloud
帮助页面URL https://live.barco.cloud
隐私政策页面URL https://www.barco.com/en/about-barco/legal/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live.Barco Screen Sharing",
    "author": "Live.Barco",
    "version": "1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed primary for https:\/\/live.barco.cloud\/",
    "homepage_url": "https:\/\/live.barco.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.barco.com\/*",
            "https:\/\/*.barco.cloud\/*",
            "https:\/\/*.barco.com:8084\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}