PERU CONNECT Screen Sharing

PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.

什么是PERU CONNECT Screen Sharing?

PERU CONNECT Screen Sharing是由https://click-to-video.com开发的Chrome扩展程序,该扩展的主要功能是“PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.”。

扩展截图

screenshot

下载PERU CONNECT Screen Sharing扩展crx文件

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

扩展使用说明

                        PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.                    

扩展基本信息

名称 PERU CONNECT Screen Sharing PERU CONNECT Screen Sharing
ID gjkkoeagdcdbnjelckkknjfjpkjklheg
官方URL https://chromewebstore.google.com/detail/peru-connect-screen-shari/gjkkoeagdcdbnjelckkknjfjpkjklheg
简介 PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
文件大小 143 KB
安装次数 25
当前版本 4.18.0618
更新时间 2018-07-10
上架时间 2018-07-10
开发者 https://click-to-video.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PERU CONNECT Screen Sharing",
    "author": "NetStairs",
    "version": "4.18.0618",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams\/microphones.",
    "homepage_url": "https:\/\/peruconnect.click-to-video.com\/",
    "background": {
        "scripts": [
            "socket.io.js",
            "adapter.js",
            "RTCMultiConnection.min.js",
            "CodecsHandler.js",
            "IceServersHandler.js",
            "MultiStreamsMixer.js",
            "desktop-capturing.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/desktopCapture22.png",
        "default_title": "PERU CONNECT Screen Sharing",
        "default_popup": "dropdown.html"
    },
    "icons": {
        "16": "images\/desktopCapture16.png",
        "22": "images\/desktopCapture22.png",
        "32": "images\/desktopCapture32.png",
        "48": "images\/desktopCapture48.png",
        "128": "images\/desktopCapture128.png"
    },
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "",
        "activeTab",
        "tabCapture"
    ],
    "web_accessible_resources": [
        "images\/desktopCapture48.png"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}