Agile Capacity Calculator Plugin
This extension will allow you to calculate your capacity for a given iteration
Vad är Agile Capacity Calculator Plugin?
Agile Capacity Calculator Plugin är en Chrome-tillägg utvecklad av jason.wilczak, och dess huvudfunktion är "This extension will allow you to calculate your capacity for a given iteration".
Tilläggsskärmbilder
Ladda ner Agile Capacity Calculator Plugin-förlängningens CRX-fil
Ladda ner Agile Capacity Calculator Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Agile Capacity Calculator Plugin |
ID | mfkaobjlalfbehnmeelanimajlpkppbe |
Officiell webbadress | https://chromewebstore.google.com/detail/agile-capacity-calculator/mfkaobjlalfbehnmeelanimajlpkppbe |
Beskrivning | This extension will allow you to calculate your capacity for a given iteration |
Filstorlek | 11.98 KB |
Antal Installationer | 65 |
Aktuell Version | 2.0 |
Senast Uppdaterad | 2016-09-15 |
Publiceringsdatum | 2016-09-14 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | jason.wilczak |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |