Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

Intuit Agile là gì?

Intuit Agile là một tiện ích mở rộng Chrome được phát triển bởi Intuit-Agile, và tính năng chính của nó là "Use the Intuit Agile tool to manage projects efficiently.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Intuit Agile

Tải xuống các tệp mở rộng Intuit Agile dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
URL Chính Thức https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Mô tả Use the Intuit Agile tool to manage projects efficiently.
Kích Thước Tệp 358 KB
Số Lần Cài Đặt 160
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2018-08-06
Ngày Phát Hành 2018-08-06
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Intuit-Agile
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}