Intuit Agile
Use the Intuit Agile tool to manage projects efficiently.
Qu'est-ce que Intuit Agile ?
Intuit Agile est une extension Chrome développée par Intuit-Agile, et sa fonction principale est "Use the Intuit Agile tool to manage projects efficiently.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Intuit Agile
Téléchargez les fichiers d'extension Intuit Agile au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | mhpbclppdibkfdnjlgpmbabmgcdncdik |
URL Officiel | https://chrome.google.com/webstore/detail/mhpbclppdibkfdnjlgpmbabmgcdncdik |
Description | Use the Intuit Agile tool to manage projects efficiently. |
Taille du Fichier | 358 KB |
Nombre d'Installations | 160 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2018-08-06 |
Date de Publication | 2018-08-06 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Intuit-Agile |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |