JIRA Color Cards
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
什么是JIRA Color Cards?
JIRA Color Cards是由Amit Velingkar开发的Chrome扩展程序,该扩展的主要功能是“Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards”。
扩展截图
下载JIRA Color Cards扩展crx文件
下载JIRA Color Cards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards
扩展基本信息
名称 | JIRA Color Cards |
ID | ncgnifbacofcpniakmphpdgfpekgconi |
官方URL | https://chromewebstore.google.com/detail/jira-color-cards/ncgnifbacofcpniakmphpdgfpekgconi |
简介 | Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards |
文件大小 | 145 KB |
安装次数 | 161 |
当前版本 | 0.9.0 |
更新时间 | 2017-05-19 |
上架时间 | 2017-05-19 |
评分 | 1.00/5 共1次评分 |
开发者 | Amit Velingkar |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JIRA Color Cards", "version": "0.9.0", "manifest_version": 2, "author": "Amit Velingkar", "description": "Colors jira cards prominently when Card Colors are set on JIRA scrum or kanban boards", "homepage_url": "https:\/\/github.com\/amitvelingkar\/JIRA-Color-Cards", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/*.atlassian.net\/secure\/RapidBoard*", "https:\/\/*.jira.com\/*\/RapidBoard*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/arrive\/arrive.min.js", "src\/inject\/inject.js" ] } ] } |