Peeps.Chat

This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.

O que é Peeps.Chat?

Peeps.Chat é uma extensão do Chrome desenvolvida por https://peeps.chat, e sua principal característica é "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Peeps.Chat

Baixe arquivos de extensão Peeps.Chat 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

                        This extension will allow you to share your screen with everyone that came to your personal peeps.chat site. 
Anyone on your site can view your screen in a window or they can use full screen in order to see everything more clearly. 
Peeps.chat sites are built with a new Real time communications software called webRTC and requires browsers such as Chrome, Firefox or Opera in order to run properly.                    

Informações Básicas da Extensão

Nome Peeps.Chat Peeps.Chat
ID pcjpmbeahidbndmjeenokfangoaapjkm
URL Oficial https://chromewebstore.google.com/detail/peepschat/pcjpmbeahidbndmjeenokfangoaapjkm
Descrição This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.
Tamanho do Arquivo 7.92 KB
Contagem de Instalações 60
Versão Atual 1.1.2
Última Atualização 2016-09-30
Data de Publicação 2016-09-30
Desenvolvedor https://peeps.chat
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://peeps.chat
URL da Página de Política de Privacidade https://peeps.chat
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Peeps.Chat",
    "author": "James",
    "version": "1.1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension will allow you to share your screen with everyone that comes to your personal peeps.chat site.",
    "homepage_url": "https:\/\/peeps.chat\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/peeps.chat\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}