Brochesia Mirroring

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

Wat is Brochesia Mirroring?

Brochesia Mirroring is een Chrome-extensie ontwikkeld door http://www.brochesia.com, en de belangrijkste functie is "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Brochesia Mirroring

Download Brochesia Mirroring-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
Officiële URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Beschrijving Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Bestandsgrootte 286 KB
Aantal Installaties 528
Huidige Versie 13
Laatst Bijgewerkt 2020-04-23
Publicatiedatum 2020-04-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://www.brochesia.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.brochesia.com/privacy_policy.html
Ondersteunde Talen 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"
    ]
}