Agile Capacity Calculator Plugin
This extension will allow you to calculate your capacity for a given iteration
Hvad er Agile Capacity Calculator Plugin?
Agile Capacity Calculator Plugin er en Chrome-udvidelse udviklet af jason.wilczak, og dens hovedfunktion er "This extension will allow you to calculate your capacity for a given iteration".
Udvidelsesskærmbilleder
Download Agile Capacity Calculator Plugin-udvidelses-CRX-fil
Download Agile Capacity Calculator Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | mfkaobjlalfbehnmeelanimajlpkppbe |
| Officiel URL | https://chromewebstore.google.com/detail/agile-capacity-calculator/mfkaobjlalfbehnmeelanimajlpkppbe |
| Beskrivelse | This extension will allow you to calculate your capacity for a given iteration |
| Filstørrelse | 11.98 KB |
| Antal Installationer | 65 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2016-09-15 |
| Udgivelsesdato | 2016-09-14 |
| Bedømmelse | 3.00/5 Samlet 3 Bedømmelser |
| Udvikler | jason.wilczak |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |