Bloombench Screenshare

Screensharing Extension for Bloombench

Bloombench Screenshare란 무엇입니까?

Bloombench Screenshare은(는) http://bloombench.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screensharing Extension for Bloombench"입니다.

확장 프로그램 스크린샷

screenshot

Bloombench Screenshare 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Bloombench screen sharing extension allows all the users of the bloombench's virtual classroom to share different aspects of their desktop/screen with the other users. 

Bloombench.com is an online learning portal which allows students and professors to connect in real time thereby enhancing their learning experience.

The extension supports the following use cases:
1. Select which window to share from your computer
2. Participants can click on the full screen icon to see the shared screen more clearly                    

확장 프로그램 기본 정보

이름 Bloombench Screenshare Bloombench Screenshare
ID mpadkkhpjaopoiboknmmilbojnangeoe
공식 URL https://chrome.google.com/webstore/detail/bloombench-screenshare/mpadkkhpjaopoiboknmmilbojnangeoe
설명 Screensharing Extension for Bloombench
파일 크기 11.88 KB
설치 횟수 67
현재 버전 1.0.2
최근 업데이트 2019-04-03
출시 날짜 2019-04-03
개발자 http://bloombench.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bloombench.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bloombench Screenshare",
    "description": "Screensharing Extension for Bloombench",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bloombench.com\/*",
                "https:\/\/localhost\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture",
        "https:\/\/*.bloombench.com\/*",
        "https:\/\/localhost\/*"
    ]
}