WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Jira Status Colours

Jira Status Colours

View on Chrome Web Store
View Jira Status Colours Chrome Extension on Chrome Web Store
Add to bookmarks
2.3 (4 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.

Customize the colours of your Jira statuses.
Type
Extension
Users
52 users
1
Website clydedsouza.net
Clyde D'Souza
View author page of Clyde D'Souza
Published
Published on December 8, 2021
Version 1.0.0
Manifest version
3
Updated
Updated on May 12, 2022
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Jira Status Colours Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jira Status Colours",
    "description": "Customize the colours of your Jira statuses.",
    "version": "1.0.0",
    "author": "Clyde D'Souza",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top