Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

Apa itu Intuit Agile?

Intuit Agile adalah ekstensi Chrome yang dikembangkan oleh Intuit-Agile, dan fitur utamanya adalah "Use the Intuit Agile tool to manage projects efficiently.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Intuit Agile

Unduh file ekstensi Intuit Agile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
URL Resmi https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Deskripsi Use the Intuit Agile tool to manage projects efficiently.
Ukuran File 358 KB
Jumlah Instalasi 160
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2018-08-06
Tanggal Publikasi 2018-08-06
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Intuit-Agile
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}