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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use screen share as a source when participating in live broadcasts on STAGE TEN Connect."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में STAGE TEN Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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\/*" ] } } |