Bistri Screen Sharing

This extension allows you to share your screen

Bistri Screen Sharingとは何ですか?

Bistri Screen Sharingはhttps://bistri.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to share your screen」です。

拡張機能のスクリーンショット

Bistri Screen Sharing拡張機能のCRXファイルをダウンロード

Bistri Screen Sharing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Bistri Screen Sharing Bistri Screen Sharing
ID paoaiaehoigfjoojpeababegjiijdoan
公式URL https://chromewebstore.google.com/detail/bistri-screen-sharing/paoaiaehoigfjoojpeababegjiijdoan
説明 This extension allows you to share your screen
ファイルサイズ 7.05 KB
インストール数 353
現在のバージョン 1.1
最終更新日 2014-12-04
公開日 2014-12-04
評価 4.45/5 合計 11 レビュー
開発者 https://bistri.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://bistri.com
ヘルプページのURL http://support.bistri.com
対応言語 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"
    ]
}