Chatwork Disable Check All

Disable "Check All" checkbox in Chatwork.

What is Chatwork Disable Check All?

Chatwork Disable Check All is a Chrome extension developed by Takahiro Maeda, and its main feature is "Disable "Check All" checkbox in Chatwork.".

Extension Screenshots

screenshot

Download Chatwork Disable Check All Extension CRX File

Download Chatwork Disable Check All extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Chatwork Disable Check All Chatwork Disable Check All
ID amibcbdbjogpcaglcokpmlcmdgjbliph
Official URL https://chromewebstore.google.com/detail/chatwork-disable-check-al/amibcbdbjogpcaglcokpmlcmdgjbliph
Description Disable "Check All" checkbox in Chatwork.
File Size 4.64 KB
Installation Count 75
Current Version 0.1
Last Updated 2021-10-31
Publish Date 2021-10-31
Rating 5.00/5 Total 1 Ratings
Developer Takahiro Maeda
Email [email protected]
Payment Type free
Supported Languages 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"
}