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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://app.stageten.tv, και η κύρια λειτουργία του είναι "Use screen share as a source when participating in live broadcasts on STAGE TEN Connect.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης STAGE TEN Screen Sharing

Λήψη αρχείων επέκτασης 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\/*"
        ]
    }
}