Bistri Screen Sharing

This extension allows you to share your screen

Vad är Bistri Screen Sharing?

Bistri Screen Sharing är en Chrome-tillägg utvecklad av https://bistri.com, och dess huvudfunktion är "This extension allows you to share your screen".

Tilläggsskärmbilder

Ladda ner Bistri Screen Sharing-förlängningens CRX-fil

Ladda ner Bistri Screen Sharing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
Officiell webbadress https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Beskrivning This extension allows you to share your screen
Filstorlek 7.05 KB
Antal Installationer 353
Aktuell Version 1.1
Senast Uppdaterad 2014-12-04
Publiceringsdatum 2014-12-04
Betyg 4.45/5 Totalt 11 Betyg
Utvecklare https://bistri.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://bistri.com
Hjälpsida URL http://support.bistri.com
Stödda Språk 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"
    ]
}