Intuit Agile
Use the Intuit Agile tool to manage projects efficiently.
Cos'è Intuit Agile?
Intuit Agile è un'estensione di Chrome sviluppata da Intuit-Agile, e la sua funzione principale è "Use the Intuit Agile tool to manage projects efficiently.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intuit Agile
Scarica i file di estensione Intuit Agile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | mhpbclppdibkfdnjlgpmbabmgcdncdik |
URL Ufficiale | https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik |
Descrizione | Use the Intuit Agile tool to manage projects efficiently. |
Dimensione del File | 358 KB |
Conteggio Installazioni | 160 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2018-08-06 |
Data di Pubblicazione | 2018-08-06 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Intuit-Agile |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |