PERU CONNECT Screen Sharing

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

O que é PERU CONNECT Screen Sharing?

PERU CONNECT Screen Sharing é uma extensão do Chrome desenvolvida por https://click-to-video.com, e sua principal característica é "PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PERU CONNECT Screen Sharing

Baixe arquivos de extensão PERU CONNECT Screen Sharing no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome PERU CONNECT Screen Sharing PERU CONNECT Screen Sharing
ID gjkkoeagdcdbnjelckkknjfjpkjklheg
URL Oficial https://chromewebstore.google.com/detail/peru-connect-screen-shari/gjkkoeagdcdbnjelckkknjfjpkjklheg
Descrição PERU CONNECT Screen Sharing allows you share screens, along with chat, files, and webcams/microphones.
Tamanho do Arquivo 143 KB
Contagem de Instalações 25
Versão Atual 4.18.0618
Última Atualização 2018-07-10
Data de Publicação 2018-07-10
Desenvolvedor https://click-to-video.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}