Jira - Always show Quick filters

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

What is Jira - Always show Quick filters?

Jira - Always show Quick filters is a Chrome extension developed by Per Lundström, and its main feature is "This extension simply clicks on the dropdown for quick filters so you don't have to.".

Extension Screenshots

screenshot

Download Jira - Always show Quick filters Extension CRX File

Download Jira - Always show Quick filters 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

                        You will save a lot of annoying clicks                    

Extension Basic Information

Name Jira - Always show Quick filters Jira - Always show Quick filters
ID cgiohdbbiljoommehjjnfnlmakhopbhg
Official URL https://chromewebstore.google.com/detail/jira-always-show-quick-fi/cgiohdbbiljoommehjjnfnlmakhopbhg
Description This extension simply clicks on the dropdown for quick filters so you don't have to.
File Size 148 KB
Installation Count 161
Current Version 1.9
Last Updated 2023-08-26
Publish Date 2021-04-20
Rating 3.25/5 Total 4 Ratings
Developer Per Lundström
Email [email protected]
Payment Type free
Extension Website https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/
Supported Languages 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"
        }
    ]
}