Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

ما هو Intuit Agile؟

Intuit Agile هو إضافة Chrome تم تطويرها بواسطة Intuit-Agile، والميزة الرئيسية لها هي "Use the Intuit Agile tool to manage projects efficiently.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Intuit Agile

قم بتنزيل ملفات الامتداد Intuit Agile بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

معلومات أساسية عن التمديد

الاسم Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
الوصف Use the Intuit Agile tool to manage projects efficiently.
حجم الملف 358 KB
عدد التثبيتات 160
النسخة الحالية 1.5.1
آخر تحديث 2018-08-06
تاريخ النشر 2018-08-06
تقييم 4.50/5 مجموع تقييمات 2
المطور Intuit-Agile
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Use the Intuit Agile tool to manage projects efficiently.",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "name": "Intuit Agile",
    "version": "1.5.1",
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/jira.intuit.com\/*"
            ],
            "js": [
                "lib\/highcharts.js",
                "lib\/exporting.js",
                "lib\/jquery-ui.min.js",
                "lib\/underscore-min.js",
                "jquery.js",
                "lib\/sinon-chrome.latest.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}