Jira - Always show Quick filters

This extension simply clicks on the dropdown for quick filters so you don't have to.

Jira - Always show Quick filtersคืออะไร?

Jira - Always show Quick filters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Per Lundström และคุณลักษณะหลักของมันคือ "This extension simply clicks on the dropdown for quick filters so you don't have to."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira - Always show Quick filters

ดาวน์โหลดไฟล์ส่วนขยาย Jira - Always show Quick filters ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You will save a lot of annoying clicks                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jira - Always show Quick filters Jira - Always show Quick filters
ID cgiohdbbiljoommehjjnfnlmakhopbhg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-always-show-quick-fi/cgiohdbbiljoommehjjnfnlmakhopbhg
คำอธิบาย This extension simply clicks on the dropdown for quick filters so you don't have to.
ขนาดไฟล์ 148 KB
จำนวนการติดตั้ง 161
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2023-08-26
วันที่เผยแพร่ 2021-04-20
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Per Lundström
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira - Always show Quick filters",
    "description": "This extension simply clicks on the dropdown for quick filters so you don't have to.",
    "version": "1.9",
    "short_name": "Jira - Quick filters showing",
    "author": "Per Lundstr\u00f6m",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/secure\/RapidBoard.jspa?*",
                "https:\/\/*\/secure\/RapidBoard.jspa?*",
                "https:\/\/*\/jira\/software\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery\/jquery.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}