chatwork helper

チャットワーク(chatwork)に全て既読ボタンとメッセージエリアで幾つかのショートカット機能を追加するプラグインです。 マウスに手を移動しなくても様々な操作が可能になるのでより効率よくコミュニケーション出来ます 詳しい使い方はこちら…

What is chatwork helper?

chatwork helper is a Chrome extension developed by nogami.ueno0515, and its main feature is "チャットワーク(chatwork)に全て既読ボタンとメッセージエリアで幾つかのショートカット機能を追加するプラグインです。 マウスに手を移動しなくても様々な操作が可能になるのでより効率よくコミュニケーション出来ます 詳しい使い方はこちら…".

Extension Screenshots

screenshot
screenshot
screenshot

Download chatwork helper Extension CRX File

Download chatwork helper 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

                        チャットワーク(chatwork)に全て既読ボタンとメッセージエリアで幾つかのショートカット機能を追加するプラグインです。
マウスに手を移動しなくても様々な操作が可能になるのでより効率よくコミュニケーション出来ます

詳しい使い方はこちら
https://github.com/ryoichi-u/chatwork_helper


更新情報
2.3.0 全員toの仕様をtoallタグに変更
2.2.1 ブラウザが決める拡張機能実行タイミングの変化に伴う不具合修正
2.1.0 UIが変更されたのでベータ版UIをデフォルトに昇格
2.0.4 ディスプレイ幅が小さい時の崩れ緩和
2.0.0 ベータ版UIでのすべて既読ボタンに対応
1.5.5 chatworkAPIの仕様変更に伴う既読ボタンの未動作を修正                    

Extension Basic Information

Name chatwork helper chatwork helper
ID ddejlbfddlhkoaomiocpbjmpnjkbcnkj
Official URL https://chromewebstore.google.com/detail/chatwork-helper/ddejlbfddlhkoaomiocpbjmpnjkbcnkj
Description チャットワーク(chatwork)に全て既読ボタンとメッセージエリアで幾つかのショートカット機能を追加するプラグインです。 マウスに手を移動しなくても様々な操作が可能になるのでより効率よくコミュニケーション出来ます 詳しい使い方はこちら…
File Size 75.06 KB
Installation Count 2,956
Current Version 2.3.1
Last Updated 2018-09-15
Publish Date 2018-09-15
Rating 5.00/5 Total 2 Ratings
Developer nogami.ueno0515
Email [email protected]
Payment Type free
Extension Website https://github.com/ryoichi-u/chatwork_helper
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chatwork helper",
    "version": "2.3.1",
    "homepage_url": "https:\/\/github.com\/ryoichi-u\/chatwork_helper",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*",
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "chatworkHelper.js"
            ]
        }
    ],
    "icons": {
        "128": "128x128.png"
    },
    "author": "ryoichi-u"
}