Chatwork To All

Chatwork To All

A Chatwork helper extension.

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}