Agile Capacity Calculator Plugin
This extension will allow you to calculate your capacity for a given iteration
Wat is Agile Capacity Calculator Plugin?
Agile Capacity Calculator Plugin is een Chrome-extensie ontwikkeld door jason.wilczak, en de belangrijkste functie is "This extension will allow you to calculate your capacity for a given iteration".
Extensie Screenshots
Download het CRX-bestand van de extensie Agile Capacity Calculator Plugin
Download Agile Capacity Calculator Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Agile Capacity Calculator Plugin |
ID | mfkaobjlalfbehnmeelanimajlpkppbe |
Officiële URL | https://chromewebstore.google.com/detail/agile-capacity-calculator/mfkaobjlalfbehnmeelanimajlpkppbe |
Beschrijving | This extension will allow you to calculate your capacity for a given iteration |
Bestandsgrootte | 11.98 KB |
Aantal Installaties | 65 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2016-09-15 |
Publicatiedatum | 2016-09-14 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | jason.wilczak |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |