Jitsi Desktop Streamer for TrueCorp
A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp
Jitsi Desktop Streamer for TrueCorp क्या है?
Jitsi Desktop Streamer for TrueCorp https://conference.truecorp.co.th द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jitsi Desktop Streamer for TrueCorp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
For https://conference.truecorp.co.th
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nilakhcmgmaaklpndeebjijlbkogknfe |
आधिकारिक URL | https://chrome.google.com/webstore/detail/jitsi-desktop-streamer-fo/nilakhcmgmaaklpndeebjijlbkogknfe |
विवरण | A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp |
फ़ाइल का आकार | 35.84 KB |
स्थापना संख्या | 120 |
वर्तमान संस्करण | 0.1.5 |
अंतिम अपडेट | 2016-10-06 |
प्रकाशन तिथि | 2016-10-06 |
रेटिंग | 3.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://conference.truecorp.co.th |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jitsi Desktop Streamer for TrueCorp", "description": "A simple extension that allows you to stream your desktop into meetings with Jitsi Meet and Jitsi Videobridge.for TrueCorp", "version": "0.1.5", "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": [ "*:\/\/conference.truecorp.co.th\/*" ] } } |