Riot.im Screen Sharing
Share your desktop in Riot.im video conferences.
Riot.im Screen Sharing क्या है?
Riot.im Screen Sharing https://jitsi.riot.im द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your desktop in Riot.im video conferences."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Riot.im Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to share a screen, application or Chrome browser tab as a video stream in a Riot.im video conference.
एक्सटेंशन की मूल जानकारी
नाम | Riot.im Screen Sharing |
ID | ehgcnaneidbjcmblghjepmamomchgahd |
आधिकारिक URL | https://chromewebstore.google.com/detail/riotim-screen-sharing/ehgcnaneidbjcmblghjepmamomchgahd |
विवरण | Share your desktop in Riot.im video conferences. |
फ़ाइल का आकार | 16.8 KB |
स्थापना संख्या | 1,316 |
वर्तमान संस्करण | 0.1.6 |
अंतिम अपडेट | 2017-07-06 |
प्रकाशन तिथि | 2017-07-06 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://jitsi.riot.im |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://riot.im/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Riot.im Screen Sharing", "description": "Share your desktop in Riot.im video conferences.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "riot-logo-16x16.png", "48": "riot-logo-48x48.png", "128": "riot.im-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/riot.im\/*", "*:\/\/*.riot.im\/*" ] } } |