Brochesia Mirroring

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

Co to jest Brochesia Mirroring?

Brochesia Mirroring to rozszerzenie Chrome opracowane przez http://www.brochesia.com, a jego główną funkcją jest „Expand the functionality of the Brochesia platform and share the contents with your community during the live call.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Brochesia Mirroring

Pobierz pliki rozszerzeń Brochesia Mirroring w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
Oficjalny URL https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Opis Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Rozmiar pliku 286 KB
Liczba instalacji 528
Aktualna Wersja 13
Ostatnia Aktualizacja 2020-04-23
Data Publikacji 2020-04-20
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper http://www.brochesia.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.brochesia.com/privacy_policy.html
Obsługiwane Języki 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"
    ]
}