STAGE TEN Screen Sharing
Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.
STAGE TEN Screen Sharing란 무엇입니까?
STAGE TEN Screen Sharing은(는) https://app.stageten.tv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use screen share as a source when participating in live broadcasts on STAGE TEN Connect."입니다.
확장 프로그램 스크린샷
STAGE TEN Screen Sharing 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Share the screen from your computer as a live source in STAGE TEN. Show presentations, game feeds, photos or whatever’s on your screen. STAGE TEN lets you leverage the core capabilities of a live production studio and control room in a simple web application and easily turn your Facebook, YouTube, or Twitch pages into social TV channels. This extension lets you share your screen as a source from the STAGE TEN Connect participation interface. - Select Screenshare as a Source - Join the Broadcast - The Director can now add your screen as a live source in the STAGE TEN Studio. STAGE TEN and STAGE TEN Connect are optimized for Google Chrome.
확장 프로그램 기본 정보
이름 | STAGE TEN Screen Sharing |
ID | goamegimanchjbahibnpgkebehebpnhc |
공식 URL | https://chromewebstore.google.com/detail/stage-ten-screen-sharing/goamegimanchjbahibnpgkebehebpnhc |
설명 | Use screen share as a source when participating in live broadcasts on STAGE TEN Connect. |
파일 크기 | 12.31 KB |
설치 횟수 | 265 |
현재 버전 | 0.4 |
최근 업데이트 | 2018-02-27 |
출시 날짜 | 2018-02-27 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | https://app.stageten.tv |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.iubenda.com/privacy-policy/8117410 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "STAGE TEN Screen Sharing", "author": "STAGE TEN", "version": "0.4", "manifest_version": 2, "minimum_chrome_version": "34", "description": "Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.", "homepage_url": "https:\/\/stageten.tv", "background": { "scripts": [ "index.js" ], "persistent": false }, "icons": { "16": "screenshare_icon_16.png", "48": "screenshare_icon_48.png", "128": "screenshare_icon_128.png" }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "https:\/\/*.stageten.tv\/*" ] } } |