Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

Co to jest Intuit Agile?

Intuit Agile to rozszerzenie Chrome opracowane przez Intuit-Agile, a jego główną funkcją jest „Use the Intuit Agile tool to manage projects efficiently.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Intuit Agile

Pobierz pliki rozszerzeń Intuit Agile w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
Oficjalny URL https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Opis Use the Intuit Agile tool to manage projects efficiently.
Rozmiar pliku 358 KB
Liczba instalacji 160
Aktualna Wersja 1.5.1
Ostatnia Aktualizacja 2018-08-06
Data Publikacji 2018-08-06
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Intuit-Agile
Typ Płatności free
Obsługiwane Języki 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"
    }
}