ConXShare
Use ConXShare to cast your desktop to Mondopad and ConXBoard App.
ConXShare क्या है?
ConXShare ConX by Avistar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use ConXShare to cast your desktop to Mondopad and ConXBoard App."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ConXShare एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cast your computer’s screen to Mondopad and ConXBoard app. Just install the extension on your chrome browser. From ConXShare, you can see all the Mondopads and ConXBoards on the same network. Select the device you want to cast your computer to, enter the security pin code provided on the receiving device, choose the screen if you have multiple desktops, and start sharing. Now your content will show up on the selected receiver’s screen, with sound.
एक्सटेंशन की मूल जानकारी
नाम | ConXShare |
ID | mkoaegakfkokpjmkbibgbghjbeikaena |
आधिकारिक URL | https://chromewebstore.google.com/detail/conxshare/mkoaegakfkokpjmkbibgbghjbeikaena |
विवरण | Use ConXShare to cast your desktop to Mondopad and ConXBoard App. |
फ़ाइल का आकार | 78.42 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-12-05 |
प्रकाशन तिथि | 2019-12-04 |
डेवलपर | ConX by Avistar |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.infocus.com/privacy-policy |
समर्थित भाषाएँ | en,zh-CN,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.0.1", "default_locale": "en", "options_page": "options.html", "permissions": [ "storage", "desktopCapture" ], "background": { "scripts": [ "logger.js", "jsencrypt.min.js", "crypt.js", "serverlist.js", "context.js", "capture.js", "control.js", "avcontrol.js", "packet.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |