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 | 
| 官方網址 | 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"
    }
}  |  |