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是由Per Lundström开发的Chrome扩展程序,该扩展的主要功能是“This extension simply clicks on the dropdown for quick filters so you don't have to.”。
扩展截图
下载Jira - Always show Quick filters扩展crx文件
下载Jira - Always show Quick filters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        You will save a lot of annoying clicks                     扩展基本信息
| 名称 |   |  
| 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"
        }
    ]
}  |  |