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.
拡張機能の基本情報
名前 | Agile Capacity Calculator Plugin |
ID | mfkaobjlalfbehnmeelanimajlpkppbe |
公式URL | 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 |
Eメール | [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" ] } |