ChatWork Send To ALL
Simply send to all format maker
Wat is ChatWork Send To ALL?
ChatWork Send To ALL is een Chrome-extensie ontwikkeld door ヤルキマントッキーズ, en de belangrijkste functie is "Simply send to all format maker".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatWork Send To ALL
Download ChatWork Send To 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
Chatworkでグループ全員を宛先に入れて送りたい時があると思いますが、人数が多いと縦長になって非常に見づらくなっていたと思います。
なので、この書き込みのように簡略化してTOメッセージを送れるようにできる拡張機能を作ってみました。
全員に送りたいけど見づらくなると嫌だ!でもTO付けないと通知行かないし。。。という場合にご利用ください。
■使い方
従来通りメッセージ欄にある「TO」ボタンを押し、「すべて選択」を選択すると簡略表示の全TOが利用可能になります。
(注意:従来の名前付きの縦長の機能がなくなります。戻したい場合は拡張機能ページから削除することで元に戻ります。)
※一人一人選択する場合は従来通り名前付きの縦伸びのままです。 Basisinformatie over de Extensie
| Naam | |
| ID | mebhdgalaobapjlfclbjambcehagiabb |
| Officiële URL | https://chromewebstore.google.com/detail/chatwork-send-to-all/mebhdgalaobapjlfclbjambcehagiabb |
| Beschrijving | Simply send to all format maker |
| Bestandsgrootte | 13.88 KB |
| Aantal Installaties | 194 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-03-31 |
| Publicatiedatum | 2016-03-31 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | ヤルキマントッキーズ |
| Betalingswijze | free |
| Ondersteunde Talen | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ChatWork Send To ALL",
"version": "1.0",
"description": "Simply send to all format maker",
"browser_action": {
"default_icon": "128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.chatwork.com\/*",
"https:\/\/kcw.kddi.ne.jp\/*"
],
"js": [
"chatwork_send_all.user.js"
]
}
]
} | |