Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

Что такое Intuit Agile?

Intuit Agile - это расширение Chrome, разработанное Intuit-Agile, и его основная функция - "Use the Intuit Agile tool to manage projects efficiently.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Intuit Agile

Скачайте файлы расширений Intuit Agile в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
Официальный URL https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Описание Use the Intuit Agile tool to manage projects efficiently.
Размер файла 358 KB
Количество установок 160
Текущая Версия 1.5.1
Последнее Обновление 2018-08-06
Дата публикации 2018-08-06
Рейтинг 4.50/5 Всего 2 оценок
Разработчик Intuit-Agile
Тип оплаты free
Поддерживаемые языки 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"
    }
}