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 |
电子邮箱 | [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\/*" ] } ] } |