Bistri Screen Sharing

This extension allows you to share your screen

Hvad er Bistri Screen Sharing?

Bistri Screen Sharing er en Chrome-udvidelse udviklet af https://bistri.com, og dens hovedfunktion er "This extension allows you to share your screen".

Udvidelsesskærmbilleder

Download Bistri Screen Sharing-udvidelses-CRX-fil

Download Bistri Screen Sharing-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
Officiel URL https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Beskrivelse This extension allows you to share your screen
Filstørrelse 7.05 KB
Antal Installationer 353
Nuværende Version 1.1
Senest Opdateret 2014-12-04
Udgivelsesdato 2014-12-04
Bedømmelse 4.45/5 Samlet 11 Bedømmelser
Udvikler https://bistri.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://bistri.com
Hjælpeside-URL http://support.bistri.com
Understøttede Sprog 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"
    ]
}