Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

Was ist Intuit Agile?

Intuit Agile ist eine Chrome-Erweiterung, die von Intuit-Agile entwickelt wurde, und ihr Hauptmerkmal ist "Use the Intuit Agile tool to manage projects efficiently.".

Erweiterungsscreenshots

screenshot

Intuit Agile-Erweiterungs-CRX-Datei herunterladen

Laden Sie Intuit Agile-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
Offizielle URL https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Beschreibung Use the Intuit Agile tool to manage projects efficiently.
Dateigröße 358 KB
Installationsanzahl 160
Aktuelle Version 1.5.1
Letztes Update 2018-08-06
Veröffentlichungsdatum 2018-08-06
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler Intuit-Agile
Zahlungsart free
Unterstützte Sprachen 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"
    }
}