Jira Extras
This extension allows to fill description fields in Jira as User Story, Bug, etc. automatically with prefefined templates.
Jira Extras क्या है?
Jira Extras Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows to fill description fields in Jira as User Story, Bug, etc. automatically with prefefined templates."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Jira Extras एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows to fill description fields in Jira as User Story, Bug, etc. automatically with predefined templates. Whenever you are creating, editing, or viewing an issue in Jira, click on extension icon (displayed in the browser top bar), and it will drop several options for setting description field in its jira issue, then just click in the template desired, and it will fill the field. Finally, replace the "__________" values with your needs.
एक्सटेंशन की मूल जानकारी
नाम | Jira Extras |
ID | lgeijhelgkmldighpcbigiomcebbcena |
आधिकारिक URL | https://chromewebstore.google.com/detail/jira-extras/lgeijhelgkmldighpcbigiomcebbcena |
विवरण | This extension allows to fill description fields in Jira as User Story, Bug, etc. automatically with prefefined templates. |
फ़ाइल का आकार | 63.25 KB |
स्थापना संख्या | 40 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2016-02-29 |
प्रकाशन तिथि | 2016-02-29 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ruben-martin-lozano.github.io/jira-extras/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Rub\u00e9n Mart\u00edn Lozano - [email protected]", "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Set description in Jira tasks automatically with prefefined templates.", "default_popup": "popup\/popup.html" }, "description": "This extension allows to fill description fields in Jira as User Story, Bug, etc. automatically with prefefined templates.", "homepage_url": "http:\/\/ruben-martin-lozano.github.io\/jira-extras\/", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "512": "icons\/512x512.png" }, "manifest_version": 2, "name": "Jira Extras", "permissions": [ "tabs", "storage", "https:\/\/www.google-analytics.com\/" ], "optional_permissions": [ "https:\/\/*\/", "http:\/\/*\/" ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "version": "0.1" } |