Brochesia Mirroring

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

O que é Brochesia Mirroring?

Brochesia Mirroring é uma extensão do Chrome desenvolvida por http://www.brochesia.com, e sua principal característica é "Expand the functionality of the Brochesia platform and share the contents with your community during the live call.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Brochesia Mirroring

Baixe arquivos de extensão Brochesia Mirroring no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Brochesia Mirroring Brochesia Mirroring
ID demiadgibldbanpdkgccleihikepdhna
URL Oficial https://chrome.google.com/webstore/detail/brochesia-mirroring/demiadgibldbanpdkgccleihikepdhna
Descrição Expand the functionality of the Brochesia platform and share the contents with your community during the live call.
Tamanho do Arquivo 286 KB
Contagem de Instalações 528
Versão Atual 13
Última Atualização 2020-04-23
Data de Publicação 2020-04-20
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor http://www.brochesia.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.brochesia.com/privacy_policy.html
Idiomas Suportados 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"
    ]
}