ChatWork Send To ALL

Simply send to all format maker

Qu'est-ce que ChatWork Send To ALL ?

ChatWork Send To ALL est une extension Chrome développée par ヤルキマントッキーズ, et sa fonction principale est "Simply send to all format maker".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ChatWork Send To ALL

Téléchargez les fichiers d'extension ChatWork Send To 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

                        Chatworkでグループ全員を宛先に入れて送りたい時があると思いますが、人数が多いと縦長になって非常に見づらくなっていたと思います。

なので、この書き込みのように簡略化してTOメッセージを送れるようにできる拡張機能を作ってみました。

全員に送りたいけど見づらくなると嫌だ!でもTO付けないと通知行かないし。。。という場合にご利用ください。


■使い方
従来通りメッセージ欄にある「TO」ボタンを押し、「すべて選択」を選択すると簡略表示の全TOが利用可能になります。

(注意:従来の名前付きの縦長の機能がなくなります。戻したい場合は拡張機能ページから削除することで元に戻ります。)

※一人一人選択する場合は従来通り名前付きの縦伸びのままです。                    

Informations de Base sur l'Extension

Nom ChatWork Send To ALL ChatWork Send To ALL
ID mebhdgalaobapjlfclbjambcehagiabb
URL Officiel https://chromewebstore.google.com/detail/chatwork-send-to-all/mebhdgalaobapjlfclbjambcehagiabb
Description Simply send to all format maker
Taille du Fichier 13.88 KB
Nombre d'Installations 194
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-31
Date de Publication 2016-03-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur ヤルキマントッキーズ
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}