ConX WebRTC Screen Sharing
Screen sharing extension for ConX
ConX WebRTC Screen Sharing क्या है?
ConX WebRTC Screen Sharing https://video.infocus.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen sharing extension for ConX"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ConX WebRTC Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Share your screen in a ConX meeting
When you use Chrome to join a meeting, the ConX Screen Sharing Extension lets you:
• Share your screen
• Share desktop app एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | loabbhkaggnbjecbakfnjlnnpmoncnbg |
| आधिकारिक URL | https://chrome.google.com/webstore/detail/conx-webrtc-screen-sharin/loabbhkaggnbjecbakfnjlnnpmoncnbg |
| विवरण | Screen sharing extension for ConX |
| फ़ाइल का आकार | 9.02 KB |
| स्थापना संख्या | 139 |
| वर्तमान संस्करण | 0.5 |
| अंतिम अपडेट | 2019-03-22 |
| प्रकाशन तिथि | 2019-03-22 |
| रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
| डेवलपर | https://video.infocus.net |
| भुगतान के प्रकार | free |
| गोपनीयता नीति पृष्ठ URL | https://www.infocus.com/privacy-policy |
| समर्थित भाषाएँ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ConX WebRTC Screen Sharing",
"description": "Screen sharing extension for ConX",
"icons": {
"128": "icon-128.png",
"64": "icon-64.png",
"48": "icon-48.png",
"32": "icon-32.png",
"16": "icon-16.png"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*.infocus.net\/*",
"*:\/\/*.avistar.com\/*",
"*:\/\/*.conxme.net\/*",
"*:\/\/*.conxme.cn\/*",
"*:\/\/*.conxme.com\/*",
"*:\/\/*.vcfxn.com\/*",
"*:\/\/*.vcfxn.net\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.infocus.net\/*",
"*:\/\/*.avistar.com\/*",
"*:\/\/*.conxme.net\/*",
"*:\/\/*.conxme.cn\/*",
"*:\/\/*.conxme.com\/*",
"*:\/\/*.vcfxn.com\/*",
"*:\/\/*.vcfxn.net\/*"
]
},
"minimum_chrome_version": "34",
"permissions": [
"desktopCapture",
"nativeMessaging",
"tabs",
"*:\/\/*.infocus.net\/*",
"*:\/\/*.avistar.com\/*",
"*:\/\/*.conxme.net\/*",
"*:\/\/*.vcfxn.com\/*",
"*:\/\/*.vcfxn.net\/*",
"*:\/\/*.conxme.cn\/*",
"*:\/\/*.conxme.com\/*"
],
"version": "0.5"
} | |