GoBrunch Screen Share

The WebRTC screen capturing extension to share your screen with the world

O que é GoBrunch Screen Share?

GoBrunch Screen Share é uma extensão do Chrome desenvolvida por https://gobrunch.com, e sua principal característica é "The WebRTC screen capturing extension to share your screen with the world".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GoBrunch Screen Share

Baixe arquivos de extensão GoBrunch Screen Share 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

                        A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. 

Instructions: 
Create Webinar/Video Conference on Gobrunch
Click on Screen Share icon from Google Chrome
The Extension will be asked to install and work automatically.

If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page.

Cheers                    

Informações Básicas da Extensão

Nome GoBrunch Screen Share GoBrunch Screen Share
ID meefekdbnfknopenfokiacipalgnkdee
URL Oficial https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee
Descrição The WebRTC screen capturing extension to share your screen with the world
Tamanho do Arquivo 8.85 KB
Contagem de Instalações 7,056
Versão Atual 1.1.2
Última Atualização 2018-10-25
Data de Publicação 2018-10-25
Classificação 3.67/5 Total de 6 Avaliações
Desenvolvedor https://gobrunch.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoBrunch Screen Share",
    "author": "GoBrunch",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The WebRTC screen capturing extension to share your screen with the world",
    "homepage_url": "https:\/\/gobrunch.com",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/*.gobrunch.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_title": "Add bookmark"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.gobrunch.com\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}