Chatwork To All

A Chatwork helper extension.

O que é Chatwork To All?

Chatwork To All é uma extensão do Chrome desenvolvida por Tran Minh Tuan, e sua principal característica é "A Chatwork helper extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chatwork To All

Baixe arquivos de extensão Chatwork To All 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

                        A chrome extension for Chatwork.

Help mentioning all members in the room easier by using @all (liked slack, hipchat) Mention will use with id, icon only

Update to version 0.2 allow to use @all, @ALL, @All.                    

Informações Básicas da Extensão

Nome Chatwork To All Chatwork To All
ID pfaadngdpaokechkeccaimodnieinmlo
URL Oficial https://chromewebstore.google.com/detail/chatwork-to-all/pfaadngdpaokechkeccaimodnieinmlo
Descrição A Chatwork helper extension.
Tamanho do Arquivo 141 KB
Contagem de Instalações 50
Versão Atual 0.2
Última Atualização 2016-03-19
Data de Publicação 2016-03-19
Desenvolvedor Tran Minh Tuan
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chatwork To All",
    "short_name": "CWToAll",
    "description": "A Chatwork helper extension.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}