InstaVC Desktop Sharing Extension
Extension to allow desktop sharing in InstaVC WebRTC applications.
What is InstaVC Desktop Sharing Extension?
InstaVC Desktop Sharing Extension is a Chrome extension developed by https://conference.instavc.com, and its main feature is "Extension to allow desktop sharing in InstaVC WebRTC applications.".
Extension Screenshots
Download InstaVC Desktop Sharing Extension Extension CRX File
Download InstaVC Desktop Sharing Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
InstaVC Screen Share Plugin
Extension Basic Information
Name | InstaVC Desktop Sharing Extension |
ID | jckdbnkecmmpemaghimijhehobdeplmd |
Official URL | https://chromewebstore.google.com/detail/instavc-desktop-sharing-e/jckdbnkecmmpemaghimijhehobdeplmd |
Description | Extension to allow desktop sharing in InstaVC WebRTC applications. |
File Size | 15.53 KB |
Installation Count | 567 |
Current Version | 3.3 |
Last Updated | 2019-05-23 |
Publish Date | 2019-05-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://conference.instavc.com |
Payment Type | free |
Supported Languages | 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" } } |