Intuit Agile
Use the Intuit Agile tool to manage projects efficiently.
Intuit Agileとは何ですか?
Intuit AgileはIntuit-Agileによって開発されたChromeの拡張機能で、その主な機能は「Use the Intuit Agile tool to manage projects efficiently.」です。
拡張機能のスクリーンショット
Intuit Agile拡張機能のCRXファイルをダウンロード
Intuit Agile拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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" } } |