Brochesia Screen Sharing

This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.

O que é Brochesia Screen Sharing?

Brochesia Screen Sharing é uma extensão do Chrome desenvolvida por https://www.brochesia.com, e sua principal característica é "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Brochesia Screen Sharing

Baixe arquivos de extensão Brochesia Screen Sharing 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

                        This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.                    

Informações Básicas da Extensão

Nome Brochesia Screen Sharing Brochesia Screen Sharing
ID epmclfpemadhbkipichmjbmahbmolljb
URL Oficial https://chromewebstore.google.com/detail/brochesia-screen-sharing/epmclfpemadhbkipichmjbmahbmolljb
Descrição This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.
Tamanho do Arquivo 5.45 KB
Contagem de Instalações 20
Versão Atual 2
Última Atualização 2019-04-12
Data de Publicação 2019-04-12
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://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 Screen Sharing",
    "author": "Brochesia",
    "version": "2",
    "manifest_version": 2,
    "minimum_chrome_version": "65",
    "description": "This Brochesia screen capturing extension can be used within Brochesia platform for sharing screen in a live call.",
    "homepage_url": "https:\/\/www.brochesia.cloud\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.brochesia.cloud\/*",
                "https:\/\/localhost:8443\/*",
                "http:\/\/localhost:4000\/*",
                "http:\/\/192.168.1.151:4000\/*",
                "http:\/\/192.168.0.251:4000\/*",
                "http:\/\/172.255.101.250:4000\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "22": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}