Scrumulator: Agile Storypoint Calculator

Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "description": "Scrumulator allows your team to easily and consistently determine story points, improving the accuracy of sprint planning",
  "name": "Scrumulator: Agile Storypoint Calculator",
  "version": "0.0.0.2",
  "web_accessible_resources": [
    {
      "resources": [
        "/scrumulator.htm"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "/scrumulator.htm"
  },
  "icons": {
    "128": "icon128.png"
  }
}