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開發的Chrome擴展程式,該擴展的主要功能是“This extension allows to fill description fields in Jira as User Story, Bug, etc. automatically with prefefined templates.”。
擴展截圖
下載Jira Extras擴展crx文件
下載Jira Extras擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |