Chatwork Disable Check All
Disable "Check All" checkbox in Chatwork.
Hvad er Chatwork Disable Check All?
Chatwork Disable Check All er en Chrome-udvidelse udviklet af Takahiro Maeda, og dens hovedfunktion er "Disable "Check All" checkbox in Chatwork.".
Udvidelsesskærmbilleder
Download Chatwork Disable Check All-udvidelses-CRX-fil
Download Chatwork Disable Check All-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | amibcbdbjogpcaglcokpmlcmdgjbliph |
| Officiel URL | https://chromewebstore.google.com/detail/chatwork-disable-check-al/amibcbdbjogpcaglcokpmlcmdgjbliph |
| Beskrivelse | Disable "Check All" checkbox in Chatwork. |
| Filstørrelse | 4.64 KB |
| Antal Installationer | 75 |
| Nuværende Version | 0.1 |
| Senest Opdateret | 2021-10-31 |
| Udgivelsesdato | 2021-10-31 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Takahiro Maeda |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |