Clean Jira
Get rid of extra columns in Jira sprint board for a better user experience.
Clean Jiraとは何ですか?
Clean JiraはSatyaによって開発されたChromeの拡張機能で、その主な機能は「Get rid of extra columns in Jira sprint board for a better user experience.」です。
拡張機能のスクリーンショット
Clean Jira拡張機能のCRXファイルをダウンロード
Clean Jira拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Is your Jira board too crowded? Hide empty columns with a single click. Clean Jira provides an option to hide all the empty columns on your Jira board instantly. You also have an option to hide any specific columns you like. Don't worry, your columns are not gone forever, you can show them again in one click as well. Enjoy your clutter free Jira board! Note: If you don't see the options to hide columns after installing the extension, please refresh your Jira board. Please contact me if you encounter any bugs/issues at [email protected].
拡張機能の基本情報
名前 | Clean Jira |
ID | icmmenbhnhajjniohcknhppfbimnkjpb |
公式URL | https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb |
説明 | Get rid of extra columns in Jira sprint board for a better user experience. |
ファイルサイズ | 5.75 KB |
インストール数 | 174 |
現在のバージョン | 0.0.1 |
最終更新日 | 2021-04-12 |
公開日 | 2021-04-11 |
評価 | 4.29/5 合計 7 レビュー |
開発者 | Satya |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Jira", "version": "0.0.1", "manifest_version": 2, "description": "Get rid of extra columns in Jira sprint board for a better user experience.", "icons": { "48": "icon48.png" }, "content_scripts": [ { "run_at": "document_end", "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.atlassian.net\/*" ] } ] } |