Jira Color Component

This extensions change color for Jira component

Jira Color Componentとは何ですか?

Jira Color Componentはdevによって開発されたChromeの拡張機能で、その主な機能は「This extensions change color for Jira component」です。

拡張機能のスクリーンショット

screenshot

Jira Color Component拡張機能のCRXファイルをダウンロード

Jira Color Component拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extensions change color for Jira component                    

拡張機能の基本情報

名前 Jira Color Component Jira Color Component
ID dgnfbgjnjjchcfehlejpjgbaejbenaec
公式URL https://chromewebstore.google.com/detail/jira-color-component/dgnfbgjnjjchcfehlejpjgbaejbenaec
説明 This extensions change color for Jira component
ファイルサイズ 7.68 KB
インストール数 26
現在のバージョン 1.0.0
最終更新日 2022-08-03
公開日 2022-08-03
開発者 dev
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}