New Status Colors PRO for JIRA Cloud

This extension allows you to customize the colors of your JIRA statuses.

Qu'est-ce que New Status Colors PRO for JIRA Cloud ?

New Status Colors PRO for JIRA Cloud est une extension Chrome développée par https://www.mraddon.com, et sa fonction principale est "This extension allows you to customize the colors of your JIRA statuses.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Status Colors PRO for JIRA Cloud

Téléchargez les fichiers d'extension New Status Colors PRO for JIRA Cloud au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom New Status Colors PRO for JIRA Cloud New Status Colors PRO for JIRA Cloud
ID ambfnpmanbfkcfoocddoicfaodljjahb
URL Officiel https://chromewebstore.google.com/detail/new-status-colors-pro-for/ambfnpmanbfkcfoocddoicfaodljjahb
Description This extension allows you to customize the colors of your JIRA statuses.
Taille du Fichier 105 KB
Nombre d'Installations 484
Version Actuelle 6.4.1
Dernière Mise à Jour 2024-02-26
Date de Publication 2020-02-19
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://www.mraddon.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://confluenceextranet.tecnofor.es/pages/viewpage.action?pageId=79954099
URL de la Page d'Aide https://jirasupport.atlassian.net/servicedesk/customer/portal/1
URL de la Page de Politique de Confidentialité https://mraddon.blog/legal/mraddon-privacy-policy
Langues Prises en Charge 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
        }
    ]
}