Chatwork To All
A Chatwork helper extension.
What is Chatwork To All?
Chatwork To All is a Chrome extension developed by Tran Minh Tuan, and its main feature is "A Chatwork helper extension.".
Extension Screenshots
Download Chatwork To All Extension CRX File
Download Chatwork To All 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
A chrome extension for Chatwork. Help mentioning all members in the room easier by using @all (liked slack, hipchat) Mention will use with id, icon only Update to version 0.2 allow to use @all, @ALL, @All.
Extension Basic Information
Name | Chatwork To All |
ID | pfaadngdpaokechkeccaimodnieinmlo |
Official URL | https://chromewebstore.google.com/detail/chatwork-to-all/pfaadngdpaokechkeccaimodnieinmlo |
Description | A Chatwork helper extension. |
File Size | 141 KB |
Installation Count | 50 |
Current Version | 0.2 |
Last Updated | 2016-03-19 |
Publish Date | 2016-03-19 |
Developer | Tran Minh Tuan |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chatwork To All", "short_name": "CWToAll", "description": "A Chatwork helper extension.", "version": "0.2", "content_scripts": [ { "matches": [ "https:\/\/kcw.kddi.ne.jp\/*" ], "js": [ "main.js" ] } ] } |