Jira Counter Story Points

Jira Counter Story Points

This extention add on Jira Scrum Boards Next-Gen a simple and pretty counter of story points per columns - by Bruno Elia

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Jira Counter Story Points",
  "version": "0.1",
  "description": "This extention add on Jira Scrum Boards Next-Gen a simple and pretty counter of story points per columns - by Bruno Elia",
  "manifest_version": 2,
  "content_scripts": [
    {
      "persistent": false,
      "js": [
        "jquery.js",
        "content_scripts.js"
      ],
      "matches": [
        "https://*.atlassian.net/*"
      ]
    }
  ]
}