Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

什么是Intuit Agile?

Intuit Agile是由Intuit-Agile开发的Chrome扩展程序,该扩展的主要功能是“Use the Intuit Agile tool to manage projects efficiently.”。

扩展截图

screenshot

下载Intuit Agile扩展crx文件

下载Intuit Agile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 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"
    }
}