ConexED Screen Sharing
Chrome screen sharing extension for the ConexED platform
ConexED Screen Sharing क्या है?
ConexED Screen Sharing https://conexed.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome screen sharing extension for the ConexED platform"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ConexED Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Share your full desktop or select an application window to share. (Note: others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen. Application windows sized around 800x400 work best.)
एक्सटेंशन की मूल जानकारी
नाम | ConexED Screen Sharing |
ID | fadlnhpmllgjcllbnpjdknlbnnpammlg |
आधिकारिक URL | https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg |
विवरण | Chrome screen sharing extension for the ConexED platform |
फ़ाइल का आकार | 15.6 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.7.3 |
अंतिम अपडेट | 2018-09-26 |
प्रकाशन तिथि | 2018-09-26 |
रेटिंग | 4.00/5 कुल 10 रेटिंग्स |
डेवलपर | https://conexed.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://conexed.com |
सहायता पृष्ठ URL | https://blog.conexed.com/help-center/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConexED Screen Sharing", "version": "1.7.3", "manifest_version": 2, "description": "Chrome screen sharing extension for the ConexED platform", "background": { "page": "background.html", "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ] }, "icons": { "16": "images\/16x16-C.png", "32": "images\/32x32-C.png", "48": "images\/48x48-C.png", "128": "images\/128x128-C.png" }, "permissions": [ "desktopCapture", "https:\/\/*.craniumcafe.com\/*", "https:\/\/*.conexed.com\/*" ], "web_accessible_resources": [ "images\/48x48-C.png" ] } |