Agile Capacity Calculator Plugin

This extension will allow you to calculate your capacity for a given iteration

What is Agile Capacity Calculator Plugin?

Agile Capacity Calculator Plugin is a Chrome extension developed by jason.wilczak, and its main feature is "This extension will allow you to calculate your capacity for a given iteration".

Extension Screenshots

screenshot

Download Agile Capacity Calculator Plugin Extension CRX File

Download Agile Capacity Calculator Plugin 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

                        Simple tool to calculate your iteration capacity based on a number of provided factors and values.  Anyone using Agile planning tools will find this to be a helpful extension to help determine how many hours they are available each iteration.                    

Extension Basic Information

Name Agile Capacity Calculator Plugin Agile Capacity Calculator Plugin
ID mfkaobjlalfbehnmeelanimajlpkppbe
Official URL https://chromewebstore.google.com/detail/agile-capacity-calculator/mfkaobjlalfbehnmeelanimajlpkppbe
Description This extension will allow you to calculate your capacity for a given iteration
File Size 11.98 KB
Installation Count 65
Current Version 2.0
Last Updated 2016-09-15
Publish Date 2016-09-14
Rating 3.00/5 Total 3 Ratings
Developer jason.wilczak
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Agile Capacity Calculator Plugin",
    "description": "This extension will allow you to calculate your capacity for a given iteration",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}