Chatwork Disable Check All
Disable "Check All" checkbox in Chatwork.
Wat is Chatwork Disable Check All?
Chatwork Disable Check All is een Chrome-extensie ontwikkeld door Takahiro Maeda, en de belangrijkste functie is "Disable "Check All" checkbox in Chatwork.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatwork Disable Check All
Download Chatwork Disable Check All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | amibcbdbjogpcaglcokpmlcmdgjbliph |
| Officiële URL | https://chromewebstore.google.com/detail/chatwork-disable-check-al/amibcbdbjogpcaglcokpmlcmdgjbliph |
| Beschrijving | Disable "Check All" checkbox in Chatwork. |
| Bestandsgrootte | 4.64 KB |
| Aantal Installaties | 75 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2021-10-31 |
| Publicatiedatum | 2021-10-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Takahiro Maeda |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
} | |