Redback Screensharing

The Redback Screensharing extension allows you to share your screen when you're using the Redback app

Redback Screensharingとは何ですか?

Redback Screensharingはvishnu.nによって開発されたChromeの拡張機能で、その主な機能は「The Redback Screensharing extension allows you to share your screen when you're using the Redback app」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        The Redback Screensharing extension allows you to share your screen when you're in a meeting using the Redback web app. Offers the ability to share an entire screen or choose an application                    

拡張機能の基本情報

名前 Redback Screensharing Redback Screensharing
ID igipgpajcndaenenjoiaohkhapianjmh
公式URL https://chrome.google.com/webstore/detail/redback-screensharing/igipgpajcndaenenjoiaohkhapianjmh
説明 The Redback Screensharing extension allows you to share your screen when you're using the Redback app
ファイルサイズ 8.13 KB
インストール数 113
現在のバージョン 3.7.2
最終更新日 2019-09-16
公開日 2019-09-16
評価 4.50/5 合計 2 レビュー
開発者 vishnu.n
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redback Screensharing",
    "author": "EnfinTechnologies",
    "version": "3.7.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "The Redback Screensharing extension allows you to share your screen when you're using the Redback app",
    "homepage_url": "https:\/\/redbackconferencing.com.au\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "http:\/\/localhost:4200\/*",
                "http:\/\/teleweb.rdbk.com.au\/web\/*",
                "https:\/\/teleweb.rdbk.com.au\/web\/*",
                "https:\/\/stagingteleweb.rdbk.com.au\/web\/*",
                "https:\/\/stagingwebconnect.rdbk.com.au\/web\/*",
                "https:\/\/webconnect.rdbk.com.au\/web\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}