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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}