Intuit Agile
Use the Intuit Agile tool to manage projects efficiently.
Intuit Agileคืออะไร?
Intuit Agile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Intuit-Agile และคุณลักษณะหลักของมันคือ "Use the Intuit Agile tool to manage projects efficiently."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Intuit Agile
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |