Jitsi Desktop Streamer for True IT
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.
Jitsi Desktop Streamer for True IT क्या है?
Jitsi Desktop Streamer for True IT koknoy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jitsi Desktop Streamer for True IT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.For TrueIT
एक्सटेंशन की मूल जानकारी
नाम | |
ID | eldcfdfejpakcipnlkkcicbfgdapplbi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/eldcfdfejpakcipnlkkcicbfgdapplbi |
विवरण | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge. |
फ़ाइल का आकार | 15.64 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 0.1.8 |
अंतिम अपडेट | 2016-12-27 |
प्रकाशन तिथि | 2016-12-27 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | koknoy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer for True IT", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.", "version": "0.1.8", "minimum_chrome_version": "34", "icons": { "16": "jitsi-logo-16x16.png", "48": "jitsi-logo-48x48.png", "128": "jitsi-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/61.90.233.141\/*" ] } } |