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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jason.wilczak และคุณลักษณะหลักของมันคือ "This extension will allow you to calculate your capacity for a given iteration"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Agile Capacity Calculator Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}