PageChat Beta

Allows you to chat with other PageChat users who are viewing this web page.

O que é PageChat Beta?

PageChat Beta é uma extensão do Chrome desenvolvida por Brett Csorba, e sua principal característica é "Allows you to chat with other PageChat users who are viewing this web page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PageChat Beta

Baixe arquivos de extensão PageChat Beta 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

                        PageChat allows users of a web page to chat to other PageChat users viewing the same page.  Simply click the PageChat icon on the top right of your screen to begin discussing movies and games, debate news topics, or even get help on a homework topic or household issue.

Click. Chat. Connect.

PageChat is currently in beta, and we would like you to help us!  Please report any issues to [email protected]                    

Informações Básicas da Extensão

Nome PageChat Beta PageChat Beta
ID eamoiebdngipkdgoooofmciplkklgjbg
URL Oficial https://chrome.google.com/webstore/detail/pagechat-beta/eamoiebdngipkdgoooofmciplkklgjbg
Descrição Allows you to chat with other PageChat users who are viewing this web page.
Tamanho do Arquivo 535 KB
Contagem de Instalações 20
Versão Atual 0.2
Última Atualização 2013-09-26
Data de Publicação 2013-09-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Brett Csorba
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PageChat Beta",
    "description": "Allows you to chat with other PageChat users who are viewing this web page.",
    "version": "0.2",
    "browser_action": {
        "default_icon": "iconTransparent.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/23.21.148.208\/"
    ]
}