Brochesia Mirroring

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

Was ist Brochesia Mirroring?

Brochesia Mirroring ist eine Chrome-Erweiterung, die von http://www.brochesia.com entwickelt wurde, und ihr Hauptmerkmal ist "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

Erweiterungsscreenshots

screenshot

Brochesia Mirroring-Erweiterungs-CRX-Datei herunterladen

Laden Sie Brochesia Mirroring-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
Offizielle URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Beschreibung Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Dateigröße 286 KB
Installationsanzahl 528
Aktuelle Version 13
Letztes Update 2020-04-23
Veröffentlichungsdatum 2020-04-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler http://www.brochesia.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.brochesia.com/privacy_policy.html
Unterstützte Sprachen 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"
    ]
}