Intuit Agile

Use the Intuit Agile tool to manage projects efficiently.

O que é Intuit Agile?

Intuit Agile é uma extensão do Chrome desenvolvida por Intuit-Agile, e sua principal característica é "Use the Intuit Agile tool to manage projects efficiently.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Intuit Agile

Baixe arquivos de extensão Intuit Agile no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Intuit Agile Intuit Agile
ID mhpbclppdibkfdnjlgpmbabmgcdncdik
URL Oficial https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik
Descrição Use the Intuit Agile tool to manage projects efficiently.
Tamanho do Arquivo 358 KB
Contagem de Instalações 160
Versão Atual 1.5.1
Última Atualização 2018-08-06
Data de Publicação 2018-08-06
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Intuit-Agile
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}