Bistri Screen Sharing

This extension allows you to share your screen

O que é Bistri Screen Sharing?

Bistri Screen Sharing é uma extensão do Chrome desenvolvida por https://bistri.com, e sua principal característica é "This extension allows you to share your screen".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Bistri Screen Sharing

Baixe arquivos de extensão Bistri 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 extension allows you to share your entire screen, or a part of your screen, over a Bistri conference.

Bistri provides everyone with their own link, like an online phone number, so whenever anyone wants to call you they just click the link and you're connected.

Bistri runs in the browser. It requires no installation of additional software nor plugin.
Google+ & Facebook Single Sign-On.                    

Informações Básicas da Extensão

Nome Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
URL Oficial https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Descrição This extension allows you to share your screen
Tamanho do Arquivo 7.05 KB
Contagem de Instalações 353
Versão Atual 1.1
Última Atualização 2014-12-04
Data de Publicação 2014-12-04
Classificação 4.45/5 Total de 11 Avaliações
Desenvolvedor https://bistri.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://bistri.com
URL da Página de Ajuda http://support.bistri.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bistri Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "logo_icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "bridge.js"
            ],
            "matches": [
                "*:\/\/*.bistri.com\/*",
                "*:\/\/*.bistri.me\/*",
                "*:\/\/fiddle.jshell.net\/*",
                "*:\/\/run.jsbin.io\/*"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}