Bistri Screen Sharing

This extension allows you to share your screen

Qu'est-ce que Bistri Screen Sharing ?

Bistri Screen Sharing est une extension Chrome développée par https://bistri.com, et sa fonction principale est "This extension allows you to share your screen".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Bistri Screen Sharing

Téléchargez les fichiers d'extension Bistri Screen Sharing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
URL Officiel https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
Description This extension allows you to share your screen
Taille du Fichier 7.05 KB
Nombre d'Installations 353
Version Actuelle 1.1
Dernière Mise à Jour 2014-12-04
Date de Publication 2014-12-04
Évaluation 4.45/5 Total 11 Évaluations
Développeur https://bistri.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://bistri.com
URL de la Page d'Aide http://support.bistri.com
Langues Prises en Charge 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"
    ]
}