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 |
电子邮箱 | [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" ] } |