Bistri Screen Sharing

This extension allows you to share your screen

Cos'è Bistri Screen Sharing?

Bistri Screen Sharing è un'estensione di Chrome sviluppata da https://bistri.com, e la sua funzione principale è "This extension allows you to share your screen".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Bistri Screen Sharing

Scarica i file di estensione Bistri Screen Sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
URL Ufficiale https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Descrizione This extension allows you to share your screen
Dimensione del File 7.05 KB
Conteggio Installazioni 353
Versione Corrente 1.1
Ultimo Aggiornamento 2014-12-04
Data di Pubblicazione 2014-12-04
Valutazione 4.45/5 Totale 11 Valutazioni
Sviluppatore https://bistri.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://bistri.com
URL della Pagina di Aiuto http://support.bistri.com
Lingue Supportate 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"
    ]
}