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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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\/*"
        ]
    }
}