Intuit Agile
Use the Intuit Agile tool to manage projects efficiently.
Wat is Intuit Agile?
Intuit Agile is een Chrome-extensie ontwikkeld door Intuit-Agile, en de belangrijkste functie is "Use the Intuit Agile tool to manage projects efficiently.".
Extensie Screenshots
Download het CRX-bestand van de extensie Intuit Agile
Download Intuit Agile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | mhpbclppdibkfdnjlgpmbabmgcdncdik |
Officiële URL | https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik |
Beschrijving | Use the Intuit Agile tool to manage projects efficiently. |
Bestandsgrootte | 358 KB |
Aantal Installaties | 160 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2018-08-06 |
Publicatiedatum | 2018-08-06 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Intuit-Agile |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |