New Status Colors PRO for JIRA Cloud
This extension allows you to customize the colors of your JIRA statuses.
什么是New Status Colors PRO for JIRA Cloud?
New Status Colors PRO for JIRA Cloud是由https://www.mraddon.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to customize the colors of your JIRA statuses.”。
扩展截图
下载New Status Colors PRO for JIRA Cloud扩展crx文件
下载New Status Colors PRO for JIRA Cloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What is New Status Colors PRO? With this JIRA Cloud add-on, your JIRA users will live in a full-color world! ... more beautiful than the usual and bored "blue", "yellow", "green" in the statuses of the issues. The colorization is done in the Issue Search View screen, in the Issue Screen and in the JIRA Dashboard and in Jira Service Management Queues. With this plugin your JIRA will looks like a pretty amazing software!. The list of colors that this plugin allows are the entire HTML common color name values. Take a Look inside the entire list of color names See more in: http://documentation.mraddon.com/
扩展基本信息
名称 | New Status Colors PRO for JIRA Cloud |
ID | ambfnpmanbfkcfoocddoicfaodljjahb |
官方URL | https://chromewebstore.google.com/detail/new-status-colors-pro-for/ambfnpmanbfkcfoocddoicfaodljjahb |
简介 | This extension allows you to customize the colors of your JIRA statuses. |
文件大小 | 105 KB |
安装次数 | 484 |
当前版本 | 6.4.1 |
更新时间 | 2024-02-26 |
上架时间 | 2020-02-19 |
评分 | 1.00/5 共1次评分 |
开发者 | https://www.mraddon.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://confluenceextranet.tecnofor.es/pages/viewpage.action?pageId=79954099 |
帮助页面URL | https://jirasupport.atlassian.net/servicedesk/customer/portal/1 |
隐私政策页面URL | https://mraddon.blog/legal/mraddon-privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "MrAddon by TecnoFor", "description": "This extension allows you to customize the colors of your JIRA statuses.", "name": "New Status Colors PRO for JIRA Cloud", "version": "6.4.1", "content_scripts": [ { "js": [ "src\/entries\/contentScript\/primary\/main.js" ], "css": [ "assets\/src\/entries\/contentScript\/primary\/styles-BU2zk38x.css" ], "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ], "all_frames": true } ], "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "permissions": [], "action": { "default_icon": "icons\/icon.png", "default_popup": "src\/entries\/popup\/index.html" }, "host_permissions": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "assets\/src\/entries\/contentScript\/primary\/main-BbqBGSq9.js", "assets\/preload-helper-CulVsO8p.js" ], "matches": [ "https:\/\/*.atlassian.net\/*", "https:\/\/*.jira.com\/*" ], "use_dynamic_url": true } ] } |