Agile Capacity Calculator Plugin
This extension will allow you to calculate your capacity for a given iteration
什麼是Agile Capacity Calculator Plugin?
Agile Capacity Calculator Plugin是由jason.wilczak開發的Chrome擴展程式,該擴展的主要功能是“This extension will allow you to calculate your capacity for a given iteration”。
擴展截圖
下載Agile Capacity Calculator Plugin擴展crx文件
下載Agile Capacity Calculator Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | mfkaobjlalfbehnmeelanimajlpkppbe |
| 官方網址 | https://chromewebstore.google.com/detail/agile-capacity-calculator/mfkaobjlalfbehnmeelanimajlpkppbe |
| 簡介 | This extension will allow you to calculate your capacity for a given iteration |
| 檔案大小 | 11.98 KB |
| 安裝次數 | 65 |
| 目前版本 | 2.0 |
| 更新時間 | 2016-09-15 |
| 上架時間 | 2016-09-14 |
| 評分 | 3.00/5 共 3 次評分 |
| 開發者 | jason.wilczak |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |