Chatwork Helper

Chatwork Helper

Improve `TO:` action

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0",
  "manifest_version": 2,
  "name": "Chatwork Helper",
  "description": "Improve `TO:` action",
  "content_scripts": [
    {
      "matches": [
        "https://www.chatwork.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "bower_components/jquery/dist/jquery.min.map"
  ]
}