Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

Vad är Intuit Agile?

Intuit Agile är en Chrome-tillägg utvecklad av Intuit-Agile, och dess huvudfunktion är "Use the Intuit Agile tool to manage projects efficiently.".

Tilläggsskärmbilder

screenshot

Ladda ner Intuit Agile-förlängningens CRX-fil

Ladda ner Intuit Agile-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
Officiell webbadress https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Beskrivning Use the Intuit Agile tool to manage projects efficiently.
Filstorlek 358 KB
Antal Installationer 160
Aktuell Version 1.5.1
Senast Uppdaterad 2018-08-06
Publiceringsdatum 2018-08-06
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Intuit-Agile
Betalningssätt free
Stödda Språk 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"
    }
}