Brochesia Mirroring

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

What is Brochesia Mirroring?

Brochesia Mirroring is a Chrome extension developed by http://www.brochesia.com, and its main feature is "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

Extension Screenshots

screenshot

Download Brochesia Mirroring Extension CRX File

Download Brochesia Mirroring extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
Official URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Description Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
File Size 286 KB
Installation Count 528
Current Version 13
Last Updated 2020-04-23
Publish Date 2020-04-20
Rating 5.00/5 Total 4 Ratings
Developer http://www.brochesia.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.brochesia.com/privacy_policy.html
Supported Languages 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"
    ]
}