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"
    ]
}