STAGE TEN Screen Sharing

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

Co to jest STAGE TEN Screen Sharing?

STAGE TEN Screen Sharing to rozszerzenie Chrome opracowane przez https://app.stageten.tv, a jego główną funkcją jest „Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia STAGE TEN Screen Sharing

Pobierz pliki rozszerzeń STAGE TEN Screen Sharing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa STAGE TEN Screen Sharing STAGE TEN Screen Sharing
ID goamegimanchjbahibnpgkebehebpnhc
Oficjalny URL https://chromewebstore.google.com/detail/stage-ten-screen-sharing/goamegimanchjbahibnpgkebehebpnhc
Opis Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.
Rozmiar pliku 12.31 KB
Liczba instalacji 265
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2018-02-27
Data Publikacji 2018-02-27
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://app.stageten.tv
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.iubenda.com/privacy-policy/8117410
Obsługiwane Języki 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\/*"
        ]
    }
}