Chatwork Disable Check All

Disable "Check All" checkbox in Chatwork.

O que é Chatwork Disable Check All?

Chatwork Disable Check All é uma extensão do Chrome desenvolvida por Takahiro Maeda, e sua principal característica é "Disable "Check All" checkbox in Chatwork.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Chatwork Disable Check All

Baixe arquivos de extensão Chatwork Disable Check 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

                        Disable the "Check All" checkbox that appears when adding members to a chat room on the Chatwork. Prevent mistakes in selecting all members and adding them to the chat room.

* Chatwork is trademark or registered trademark of Chatwork Co., Ltd.                    

Informações Básicas da Extensão

Nome Chatwork Disable Check All Chatwork Disable Check All
ID amibcbdbjogpcaglcokpmlcmdgjbliph
URL Oficial https://chromewebstore.google.com/detail/chatwork-disable-check-al/amibcbdbjogpcaglcokpmlcmdgjbliph
Descrição Disable "Check All" checkbox in Chatwork.
Tamanho do Arquivo 4.64 KB
Contagem de Instalações 75
Versão Atual 0.1
Última Atualização 2021-10-31
Data de Publicação 2021-10-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Takahiro Maeda
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatwork Disable Check All",
    "description": "__MSG_extDescription__",
    "version": "0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/kcw.kddi.ne.jp\/*",
                "https:\/\/www.chatwork.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "default_locale": "en"
}