WebRTC Desktop Sharing for Uniquity

WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity

什么是WebRTC Desktop Sharing for Uniquity?

WebRTC Desktop Sharing for Uniquity是由https://smart.cirpack.com开发的Chrome扩展程序,该扩展的主要功能是“WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity”。

扩展截图

screenshot

下载WebRTC Desktop Sharing for Uniquity扩展crx文件

下载WebRTC Desktop Sharing for Uniquity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Added support for coriolis-mobility.fr
---
Added support for providentit.com
Added support for myconnect360.com
Added support for myconnect360.fr
---
Added support for nubs-app.com
Added support for neoconnect-webapp.fr
---
Added support for uc.fjordtelecom.com                    

扩展基本信息

名称 WebRTC Desktop Sharing for Uniquity WebRTC Desktop Sharing for Uniquity
ID ebkkbcaigkfknmeojgaikijmnljjepaj
官方URL https://chromewebstore.google.com/detail/webrtc-desktop-sharing-fo/ebkkbcaigkfknmeojgaikijmnljjepaj
简介 WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity
文件大小 14.93 KB
安装次数 439
当前版本 2.0.0.15
更新时间 2020-04-21
上架时间 2020-04-21
开发者 https://smart.cirpack.com
付费类型 free
扩展官网 http://www.andrexen.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Andrexen",
    "name": "WebRTC Desktop Sharing for Uniquity",
    "short_name": "UQ Screen Share",
    "version": "2.0.0.15",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "WebRTC Desktop Sharing using experimental desktopCapture APIs for Uniquity",
    "homepage_url": "http:\/\/uniquity.andrexen.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.andrexen.com\/*",
                "https:\/\/*.amplement.com\/*",
                "https:\/\/*.cirpack.com\/*",
                "https:\/\/*.cirpack.ir\/*",
                "https:\/\/*.uniquity.lab.as30781.net\/*",
                "https:\/\/*.uniquity.ovh\/*",
                "https:\/\/*.smart-rcs.com\/*",
                "https:\/\/*.rcs-anywhere.com\/*",
                "https:\/\/*.ipnexia.com\/*",
                "https:\/\/*.paritel.fr\/*",
                "https:\/\/*.beetechnology.fr\/*",
                "https:\/\/*.omega-telecom.fr\/*",
                "https:\/\/*.cloudissp.com\/*",
                "https:\/\/*.gts.ro\/*",
                "https:\/\/*.uniquity.fr\/*",
                "https:\/\/*.uniquity.fr\/*",
                "https:\/\/*.nubs-app.com\/*",
                "https:\/\/*.neoconnect-webapp.fr\/*",
                "https:\/\/*.fjordtelecom.com\/*",
                "https:\/\/*.providentit.com\/*",
                "https:\/\/*.myconnect360.com\/*",
                "https:\/\/*.myconnect360.fr\/*",
                "https:\/\/*.coriolis-mobility.fr\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.andrexen.com\/*",
            "https:\/\/*.amplement.com\/*",
            "https:\/\/*.cirpack.com\/*",
            "https:\/\/*.cirpack.ir\/*",
            "https:\/\/*.uniquity.lab.as30781.net\/*",
            "https:\/\/*.uniquity.ovh\/*",
            "https:\/\/*.smart-rcs.com\/*",
            "https:\/\/*.rcs-anywhere.com\/*",
            "https:\/\/*.ipnexia.com\/*",
            "https:\/\/*.paritel.fr\/*",
            "https:\/\/*.beetechnology.fr\/*",
            "https:\/\/*.omega-telecom.fr\/*",
            "https:\/\/*.cloudissp.com\/*",
            "https:\/\/*.gts.ro\/*",
            "https:\/\/*.uniquity.fr\/*",
            "https:\/\/*.nubs-app.com\/*",
            "https:\/\/*.neoconnect-webapp.fr\/*",
            "https:\/\/*.fjordtelecom.com\/*",
            "https:\/\/*.providentit.com\/*",
            "https:\/\/*.myconnect360.com\/*",
            "https:\/\/*.myconnect360.fr\/*",
            "https:\/\/*.coriolis-mobility.fr\/*"
        ]
    },
    "icons": {
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.andrexen.com\/*",
        "https:\/\/*.amplement.com\/*",
        "https:\/\/*.cirpack.com\/*",
        "https:\/\/*.cirpack.ir\/*",
        "https:\/\/*.uniquity.lab.as30781.net\/*",
        "https:\/\/*.uniquity.ovh\/*",
        "https:\/\/*.smart-rcs.com\/*",
        "https:\/\/*.rcs-anywhere.com\/*",
        "https:\/\/*.ipnexia.com\/*",
        "https:\/\/*.paritel.fr\/*",
        "https:\/\/*.beetechnology.fr\/*",
        "https:\/\/*.omega-telecom.fr\/*",
        "https:\/\/*.cloudissp.com\/*",
        "https:\/\/*.gts.ro\/*",
        "https:\/\/*.uniquity.fr\/*",
        "https:\/\/*.nubs-app.com\/*",
        "https:\/\/*.neoconnect-webapp.fr\/*",
        "https:\/\/*.fjordtelecom.com\/*",
        "https:\/\/*.providentit.com\/*",
        "https:\/\/*.myconnect360.com\/*",
        "https:\/\/*.myconnect360.fr\/*",
        "https:\/\/*.coriolis-mobility.fr\/*"
    ]
}