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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

New Status Colors PRO for JIRA Cloud 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
        }
    ]
}