GoBrunch Screen Share
The WebRTC screen capturing extension to share your screen with the world
GoBrunch Screen Share란 무엇입니까?
GoBrunch Screen Share은(는) https://gobrunch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The WebRTC screen capturing extension to share your screen with the world"입니다.
확장 프로그램 스크린샷
GoBrunch Screen Share 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Google Chrome Extension to help you share the screen on Gobrunch for web conferencing and webinars. Instructions: Create Webinar/Video Conference on Gobrunch Click on Screen Share icon from Google Chrome The Extension will be asked to install and work automatically. If it redirects you to this page then simply install the extension here and refresh the webinar/video conference page. Cheers
확장 프로그램 기본 정보
이름 | GoBrunch Screen Share |
ID | meefekdbnfknopenfokiacipalgnkdee |
공식 URL | https://chromewebstore.google.com/detail/gobrunch-screen-share/meefekdbnfknopenfokiacipalgnkdee |
설명 | The WebRTC screen capturing extension to share your screen with the world |
파일 크기 | 8.85 KB |
설치 횟수 | 7,056 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2018-10-25 |
출시 날짜 | 2018-10-25 |
평점 | 3.67/5 총 6 개의 평점 |
개발자 | https://gobrunch.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GoBrunch Screen Share", "author": "GoBrunch", "version": "1.1.2", "manifest_version": 2, "minimum_chrome_version": "34", "description": "The WebRTC screen capturing extension to share your screen with the world", "homepage_url": "https:\/\/gobrunch.com", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/*.gobrunch.com\/*" ] } ], "icons": { "48": "icon.png" }, "browser_action": { "default_title": "Add bookmark" }, "permissions": [ "desktopCapture", "https:\/\/*.gobrunch.com\/*" ], "web_accessible_resources": [ "icon.png" ] } |