Agile Capacity Calculator Plugin

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

Was ist Agile Capacity Calculator Plugin?

Agile Capacity Calculator Plugin ist eine Chrome-Erweiterung, die von jason.wilczak entwickelt wurde, und ihr Hauptmerkmal ist "This extension will allow you to calculate your capacity for a given iteration".

Erweiterungsscreenshots

screenshot

Agile Capacity Calculator Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Agile Capacity Calculator Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Agile Capacity Calculator Plugin Agile Capacity Calculator Plugin
ID mfkaobjlalfbehnmeelanimajlpkppbe
Offizielle URL https://chromewebstore.google.com/detail/agile-capacity-calculator/mfkaobjlalfbehnmeelanimajlpkppbe
Beschreibung This extension will allow you to calculate your capacity for a given iteration
Dateigröße 11.98 KB
Installationsanzahl 65
Aktuelle Version 2.0
Letztes Update 2016-09-15
Veröffentlichungsdatum 2016-09-14
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler jason.wilczak
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}