VideoRTC Screensharing

This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC

VideoRTC Screensharingとは何ですか?

VideoRTC Screensharingはhttps://ivrpowers.comによって開発されたChromeの拡張機能で、その主な機能は「This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC」です。

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

screenshot
screenshot

VideoRTC Screensharing拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        VideoRTC Screensharing is a chrome extension that supports to share a screen or window application from the Agent during an advanced Call Center interaction with Users.                    

拡張機能の基本情報

名前 VideoRTC Screensharing VideoRTC Screensharing
ID pkilckpboojemoogepfpkgbihkfkikel
公式URL https://chromewebstore.google.com/detail/videortc-screensharing/pkilckpboojemoogepfpkgbihkfkikel
説明 This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC
ファイルサイズ 10.14 KB
インストール数 0
現在のバージョン 1.0.0
最終更新日 2017-03-22
公開日 2017-03-22
開発者 https://ivrpowers.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VideoRTC Screensharing",
    "short_name": "VideoRTC Screensharing",
    "description": "This is the IVRPowers extension for Screensharing support in the Video Gateway WebRTC",
    "author": "IVRPowers",
    "version": "1.0.0",
    "icons": {
        "128": "assets\/icon128.png",
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png"
    },
    "minimum_chrome_version": "34",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "desktopCapture"
    ]
}