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 |
官方網址 | 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" } } |