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.」です。

拡張機能のスクリーンショット

screenshot

InstaVC Desktop Sharing Extension拡張機能のCRXファイルをダウンロード

InstaVC Desktop Sharing Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        InstaVC Screen Share Plugin                    

拡張機能の基本情報

名前 InstaVC Desktop Sharing Extension 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"
    }
}