Brochesia Mirroring

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

Co je Brochesia Mirroring?

Brochesia Mirroring je rozšíření Chrome vyvinuté http://www.brochesia.com, a jeho hlavní funkcí je „Expand the functionality of the Brochesia platform and share the contents with your community during the live call.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Brochesia Mirroring

Stáhněte si soubory rozšíření Brochesia Mirroring ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
Oficiální URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Popis Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Velikost souboru 286 KB
Počet instalací 528
Aktuální Verze 13
Poslední Aktualizace 2020-04-23
Datum Vydání 2020-04-20
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář http://www.brochesia.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.brochesia.com/privacy_policy.html
Podporované Jazyky 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"
    ]
}