STAGE TEN Screen Sharing

Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.

STAGE TEN Screen Sharing là gì?

STAGE TEN Screen Sharing là một tiện ích mở rộng Chrome được phát triển bởi https://app.stageten.tv, và tính năng chính của nó là "Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng STAGE TEN Screen Sharing

Tải xuống các tệp mở rộng STAGE TEN Screen Sharing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên STAGE TEN Screen Sharing STAGE TEN Screen Sharing
ID goamegimanchjbahibnpgkebehebpnhc
URL Chính Thức https://chromewebstore.google.com/detail/stage-ten-screen-sharing/goamegimanchjbahibnpgkebehebpnhc
Mô tả Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.
Kích Thước Tệp 12.31 KB
Số Lần Cài Đặt 265
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-02-27
Ngày Phát Hành 2018-02-27
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://app.stageten.tv
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/8117410
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}