InstaVC Desktop Sharing Extension
Extension to allow desktop sharing in InstaVC WebRTC applications.
InstaVC Desktop Sharing Extension क्या है?
InstaVC Desktop Sharing Extension https://conference.instavc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to allow desktop sharing in InstaVC WebRTC applications."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में InstaVC Desktop Sharing Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
InstaVC Screen Share Plugin
एक्सटेंशन की मूल जानकारी
नाम | InstaVC Desktop Sharing Extension |
ID | jckdbnkecmmpemaghimijhehobdeplmd |
आधिकारिक URL | https://chromewebstore.google.com/detail/instavc-desktop-sharing-e/jckdbnkecmmpemaghimijhehobdeplmd |
विवरण | Extension to allow desktop sharing in InstaVC WebRTC applications. |
फ़ाइल का आकार | 15.53 KB |
स्थापना संख्या | 567 |
वर्तमान संस्करण | 3.3 |
अंतिम अपडेट | 2019-05-23 |
प्रकाशन तिथि | 2019-05-22 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://conference.instavc.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "manifest_version": 2, "minimum_chrome_version": "49", "name": "InstaVC Desktop Sharing Extension", "permissions": [ "desktopCapture" ], "short_name": "Desktop sharing for InstaVC WebRTC", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.3", "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Extension to allow desktop sharing in InstaVC WebRTC applications.", "externally_connectable": { "matches": [ "*:\/\/*.instavc.com\/*", "*:\/\/test.instavc.com\/*", "*:\/\/203.196.151.139\/*", "*:\/\/*.wificlasses.com\/*", "*:\/\/*.careclix.com\/*", "*:\/\/*.robotec.com\/*", "*:\/\/*.tutorsweb.com\/*", "*:\/\/*.mpmindia.com\/*", "*:\/\/*.thehindu.co.in\/*", "*:\/\/*.nrilegalservices.com\/*", "*:\/\/*.kgisl.com\/*", "*:\/\/*.irancell.ir\/*", "*:\/\/*.cholainsurance.com\/*", "*:\/\/*.pardisco.ir\/*", "*:\/\/*.nwsc.co.ug\/*", "*:\/\/*.grtjewels.com\/*", "*:\/\/*.ckclive.com\/*", "*:\/\/*.dnsalias.com\/*", "*:\/\/*.ipindia.gov.in\/*" ] }, "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "browser_action": { "default_icon": "16.png" } } |