Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

What is Intuit Agile?

Intuit Agile is a Chrome extension developed by Intuit-Agile, and its main feature is "Use the Intuit Agile tool to manage projects efficiently.".

Extension Screenshots

screenshot

Download Intuit Agile Extension CRX File

Download Intuit Agile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
Official URL https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Description Use the Intuit Agile tool to manage projects efficiently.
File Size 358 KB
Installation Count 160
Current Version 1.5.1
Last Updated 2018-08-06
Publish Date 2018-08-06
Rating 4.50/5 Total 2 Ratings
Developer Intuit-Agile
Payment Type free
Supported Languages 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"
    }
}