E.JIRA
This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA
E.JIRA क्या है?
E.JIRA Youngpil Yun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में E.JIRA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
https://youtu.be/flDruR6Vv5I 이슈를 쉽게 생성하세요. JIRA의 BTS에서 이슈를 생성할때 사용 가능한 확장 프로그램입니다. 요약, 참조자, 설명을 BTS 입력창에 입력한뒤 template을 만들면 입력했던 내용을 나중에 그대로 불러올 수 있습니다. Create Issue easily. When you create issues on JIRA Bug Tracking System, you can use this extension. Fill up BTS input form summary, reference and description and make a template with this extension so you can paste them next time.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ijlcjfmbamkgbnbaibmphgkmhikdknkc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ejira/ijlcjfmbamkgbnbaibmphgkmhikdknkc |
विवरण | This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA |
फ़ाइल का आकार | 46.02 KB |
स्थापना संख्या | 97 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2019-02-17 |
प्रकाशन तिथि | 2019-02-17 |
रेटिंग | 5.00/5 कुल 6 रेटिंग्स |
डेवलपर | Youngpil Yun |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "E.JIRA", "description": "This extension is utility program for Jira BTS. Press Ctrl+Shift+E to open E.JIRA", "version": "1.0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "commands": { "toggle-feature": { "suggested_key": { "default": "Ctrl+Shift+Y" }, "description": "Send a 'toggle-feature' event to the extension" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "MacCtrl+Shift+E", "windows": "Ctrl+Shift+E" } } }, "content_scripts": [ { "matches": [ " |