Cloud Connect

Cloud Connect screen share

什么是Cloud Connect?

Cloud Connect是由https://room.cloud-connect.online开发的Chrome扩展程序,该扩展的主要功能是“Cloud Connect screen share”。

扩展截图

screenshot

下载Cloud Connect扩展crx文件

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

扩展使用说明

                        クラウドコネクトで画面共有機能を使用することができます。                    

扩展基本信息

名称 Cloud Connect Cloud Connect
ID cagpfnmpipnmodmkhkdcbpeedkldingl
官方URL https://chromewebstore.google.com/detail/cloud-connect/cagpfnmpipnmodmkhkdcbpeedkldingl
简介 Cloud Connect screen share
文件大小 30.41 KB
安装次数 46
当前版本 1.0
更新时间 2018-10-09
上架时间 2018-10-08
开发者 https://room.cloud-connect.online
付费类型 free
支持的语言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloud Connect",
    "short_name": "cc",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Cloud Connect screen share",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "https:\/\/room.cloud-connect.online\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/room.cloud-connect.online\/*"
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}