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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.mraddon.com และคุณลักษณะหลักของมันคือ "This extension allows you to customize the colors of your JIRA statuses."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Status Colors PRO for JIRA Cloud
ดาวน์โหลดไฟล์ส่วนขยาย 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 } ] } |