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 |
公式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" } |