PERU CONNECT Screen Sharing

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

What is PERU CONNECT Screen Sharing?

PERU CONNECT Screen Sharing is a Chrome extension developed by https://click-to-video.com, and its main feature is "PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".

Extension Screenshots

screenshot

Download PERU CONNECT Screen Sharing Extension CRX File

Download PERU CONNECT Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PERU CONNECT Screen Sharing PERU CONNECT Screen Sharing
ID gjkkoeagdcdbnjelckkknjfjpkjklheg
Official URL https://chromewebstore.google.com/detail/peru-connect-screen-shari/gjkkoeagdcdbnjelckkknjfjpkjklheg
Description PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
File Size 143 KB
Installation Count 25
Current Version 4.18.0618
Last Updated 2018-07-10
Publish Date 2018-07-10
Developer https://click-to-video.com
Email [email protected]
Payment Type free
Supported Languages 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
    }
}