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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}