Bistri Screen Sharing

This extension allows you to share your screen

Co to jest Bistri Screen Sharing?

Bistri Screen Sharing to rozszerzenie Chrome opracowane przez https://bistri.com, a jego główną funkcją jest „This extension allows you to share your screen”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Bistri Screen Sharing

Pobierz pliki rozszerzeń Bistri Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
Oficjalny URL https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Opis This extension allows you to share your screen
Rozmiar pliku 7.05 KB
Liczba instalacji 353
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2014-12-04
Data Publikacji 2014-12-04
Ocena 4.45/5 Łącznie 11 Oceny
Deweloper https://bistri.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://bistri.com
Adres URL Strony Pomocy http://support.bistri.com
Obsługiwane Języki 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"
    ]
}