Chatwork Disable Check All

Disable "Check All" checkbox in Chatwork.

Qu'est-ce que Chatwork Disable Check All ?

Chatwork Disable Check All est une extension Chrome développée par Takahiro Maeda, et sa fonction principale est "Disable "Check All" checkbox in Chatwork.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chatwork Disable Check All

Téléchargez les fichiers d'extension Chatwork Disable Check All au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chatwork Disable Check All Chatwork Disable Check All
ID amibcbdbjogpcaglcokpmlcmdgjbliph
URL Officiel https://chromewebstore.google.com/detail/chatwork-disable-check-al/amibcbdbjogpcaglcokpmlcmdgjbliph
Description Disable "Check All" checkbox in Chatwork.
Taille du Fichier 4.64 KB
Nombre d'Installations 75
Version Actuelle 0.1
Dernière Mise à Jour 2021-10-31
Date de Publication 2021-10-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Takahiro Maeda
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}