Intuit Agile
Use the Intuit Agile tool to manage projects efficiently.
Intuit Agile क्या है?
Intuit Agile Intuit-Agile द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the Intuit Agile tool to manage projects efficiently."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Intuit Agile एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
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" } } |