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文件
下載STAGE TEN Screen Sharing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } } |