Jira Filter +
An extension designed to improve the usability of Jira user interface by adding a new filter by users.
Jira Filter +とは何ですか?
Jira Filter +は2pmcによって開発されたChromeの拡張機能で、その主な機能は「An extension designed to improve the usability of Jira user interface by adding a new filter by users.」です。
拡張機能のスクリーンショット
Jira Filter +拡張機能のCRXファイルをダウンロード
Jira Filter +拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
On a busy jira board, it's quite difficult to see just one users tasks when the team holds a daily scrum meeting. This extension will improve the usability of Jira's user interface by adding a new "Filter by user" on a Scrum or Kanban board.
拡張機能の基本情報
名前 | |
ID | iojgmhmnbcjbifmppnelcdeobmhdmgdi |
公式URL | https://chrome.google.com/webstore/detail/iojgmhmnbcjbifmppnelcdeobmhdmgdi |
説明 | An extension designed to improve the usability of Jira user interface by adding a new filter by users. |
ファイルサイズ | 50.99 KB |
インストール数 | 10 |
現在のバージョン | 0.0.9 |
最終更新日 | 2017-11-01 |
公開日 | 2017-11-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | 2pmc |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.9", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "identity", "identity.email", "https:\/\/*\/*\/RapidBoard.jspa*", "https:\/\/*\/RapidBoard.jspa*", "https:\/\/www.googleapis.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*\/RapidBoard.jspa*", "https:\/\/*\/RapidBoard.jspa*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Jira Filter+" }, "oauth2": { "client_id": "463600883660-amp8asj9mp7ckkjva5og6uoc46maadug.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] } } |