Jira Cumulative Flow Diagram
This extension creates Cumulative Flow Diagrams based on Jira Queries.
Jira Cumulative Flow Diagram क्या है?
Jira Cumulative Flow Diagram johannes.pieringer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension creates Cumulative Flow Diagrams based on Jira Queries."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jira Cumulative Flow Diagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension creates Cumulative Flow Diagrams based on Jira Queries. Weekends are and further non working days can be excluded. The created diagrams can be shared via a link. Further documentation is available at: https://github.com/jpieringer/jira-cumulative-flow-diagram
एक्सटेंशन की मूल जानकारी
नाम | Jira Cumulative Flow Diagram |
ID | dbjnljpnlpkaemdjgkblcokahlnglkja |
आधिकारिक URL | https://chromewebstore.google.com/detail/jira-cumulative-flow-diag/dbjnljpnlpkaemdjgkblcokahlnglkja |
विवरण | This extension creates Cumulative Flow Diagrams based on Jira Queries. |
फ़ाइल का आकार | 376 KB |
स्थापना संख्या | 200 |
वर्तमान संस्करण | 14.0 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2017-12-27 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | johannes.pieringer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jpieringer/jira-cumulative-flow-diagram |
सहायता पृष्ठ URL | https://github.com/jpieringer/jira-cumulative-flow-diagram |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Cumulative Flow Diagram", "description": "This extension creates Cumulative Flow Diagrams based on Jira Queries.", "version": "14.0", "manifest_version": 3, "author": "Johannes Pieringer", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png", "512": "icon512.png" }, "background": { "service_worker": "background-chrome.js" }, "action": { "default_title": "Jira Cumulative Flow Diagram", "default_icon": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png", "512": "icon512.png" } }, "permissions": [], "host_permissions": [ "https:\/\/*\/*" ] } |