Chatwork Disable Check All

Disable "Check All" checkbox in Chatwork.

Cos'è Chatwork Disable Check All?

Chatwork Disable Check All è un'estensione di Chrome sviluppata da Takahiro Maeda, e la sua funzione principale è "Disable "Check All" checkbox in Chatwork.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chatwork Disable Check All

Scarica i file di estensione Chatwork Disable Check All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chatwork Disable Check All Chatwork Disable Check All
ID amibcbdbjogpcaglcokpmlcmdgjbliph
URL Ufficiale https://chromewebstore.google.com/detail/chatwork-disable-check-al/amibcbdbjogpcaglcokpmlcmdgjbliph
Descrizione Disable "Check All" checkbox in Chatwork.
Dimensione del File 4.64 KB
Conteggio Installazioni 75
Versione Corrente 0.1
Ultimo Aggiornamento 2021-10-31
Data di Pubblicazione 2021-10-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Takahiro Maeda
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}