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开发的Chrome扩展程序,该扩展的主要功能是“Extension to allow desktop sharing in InstaVC WebRTC applications.”。
扩展截图
下载InstaVC Desktop Sharing Extension扩展crx文件
下载InstaVC Desktop Sharing Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        InstaVC Screen Share Plugin                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |