Jira Color Component

This extensions change color for Jira component

What is Jira Color Component?

Jira Color Component is a Chrome extension developed by dev, and its main feature is "This extensions change color for Jira component".

Extension Screenshots

screenshot

Download Jira Color Component Extension CRX File

Download Jira Color Component extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extensions change color for Jira component                    

Extension Basic Information

Name Jira Color Component Jira Color Component
ID dgnfbgjnjjchcfehlejpjgbaejbenaec
Official URL https://chromewebstore.google.com/detail/jira-color-component/dgnfbgjnjjchcfehlejpjgbaejbenaec
Description This extensions change color for Jira component
File Size 7.68 KB
Installation Count 26
Current Version 1.0.0
Last Updated 2022-08-03
Publish Date 2022-08-03
Developer dev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jira Color Component",
    "version": "1.0.0",
    "host_permissions": [
        "https:\/\/itrvn.atlassian.net\/*",
        "https:\/\/*.itrvn.atlassian.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/itrvn.atlassian.net\/*",
                "https:\/\/*.itrvn.atlassian.net\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}