Brochesia Mirroring

Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

什么是Brochesia Mirroring?

Brochesia Mirroring是由http://www.brochesia.com开发的Chrome扩展程序,该扩展的主要功能是“Expand the functionality of the Brochesia platform and share the contents with your community during the live call.”。

扩展截图

screenshot

下载Brochesia Mirroring扩展crx文件

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

扩展使用说明

                        Discover the new Brochesia Mirroring extension.
Expand the functionality of the Brochesia platform and share the contents with your community during the live call.

Installing this extension will allow you to share the Brochesia web portal link with other users.
Brochesia Mirroring is an extension that allows greater collaboration between users of the web portal, transmitting the computer screen                    

扩展基本信息

名称 Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
官方URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
简介 Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
文件大小 286 KB
安装次数 528
当前版本 13
更新时间 2020-04-23
上架时间 2020-04-20
评分 5.00/5 共4次评分
开发者 http://www.brochesia.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.brochesia.com/privacy_policy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brochesia Mirroring",
    "author": "Brochesia",
    "version": "13",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.",
    "homepage_url": "https:\/\/www.brochesia.com",
    "background": {
        "scripts": [
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "Share Your Screen"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "cookies",
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ]
}