Jira Color Component

This extensions change color for Jira component

Jira Color Componentคืออะไร?

Jira Color Component เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev และคุณลักษณะหลักของมันคือ "This extensions change color for Jira component"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Color Component

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}