blum screen sharing
blum telehealth screen sharing - Chrome extension
blum screen sharing란 무엇입니까?
blum screen sharing은(는) blumtelehealth.17에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "blum telehealth screen sharing - Chrome extension"입니다.
확장 프로그램 스크린샷
blum screen sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Using a chrome Browser, blum telehealth screen sharing extension enables user to share entire screen or specific application over a live video conference on blum telelhealth platform. This extension runs on HTTPS which will keep data transmission safe and secure. This will enable user to share screen, but doesn't allows to share mouse or other controls. While sharing your screen it allows to opt any of the three possibilities: - Share complete screen - Specific Application Window - Chrome Browser Tab After adding this extension successfully, you will need to refresh your screen if you are already on a live call. To share your screen: - On live call, Click on 'SHARE SCREEN' appearing on live call. - Select one of the option 'Entire Screen' or 'Application Window' or 'Chrome Tab'. - Click on 'Share' to start your sharing with other participants. To stop sharing user 'STOP SHARING' control. Please reach blum telehealth administrator if any issues/ confusions.
확장 프로그램 기본 정보
이름 | blum screen sharing |
ID | cjkpeibcgjhcejjanaegpiaennmlhfpn |
공식 URL | https://chromewebstore.google.com/detail/blum-screen-sharing/cjkpeibcgjhcejjanaegpiaennmlhfpn |
설명 | blum telehealth screen sharing - Chrome extension |
파일 크기 | 12.12 KB |
설치 횟수 | 40 |
현재 버전 | 0.0.0.8 |
최근 업데이트 | 2017-07-17 |
출시 날짜 | 2017-07-17 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | blumtelehealth.17 |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://blumtelehealth.com/view/login.html |
도움말 페이지 URL | https://blumtelehealth.com/view/faq.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "blum screen sharing", "author": "blum", "version": "0.0.0.8", "manifest_version": 2, "minimum_chrome_version": "34", "description": "blum telehealth screen sharing - Chrome extension", "homepage_url": "https:\/\/blumtelehealth.com\/view\/login.html", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/blumtelehealth.com\/*", "https:\/\/www.blumtelehealth.com\/*", "https:\/\/portal.yourdoc2u.com\/*", "https:\/\/stg.blumtelehealth.com\/*", "https:\/\/yourdoc2ustg.blumtelehealth.com\/*", "https:\/\/blumblum15.galaxysofttech.co.in\/*", "https:\/\/y2ublum15.galaxysofttech.co.in\/*", "https:\/\/blumprod.galaxysofttech.co.in\/*", "https:\/\/blumyourdoc2u.galaxysofttech.co.in\/*" ] } ], "icons": { "128": "icon.png" }, "permissions": [ "desktopCapture", "tabs" ], "web_accessible_resources": [ "icon.png" ] } |