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 là gì?
Jira - Always show Quick filters là một tiện ích mở rộng Chrome được phát triển bởi Per Lundström, và tính năng chính của nó là "This extension simply clicks on the dropdown for quick filters so you don't have to.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jira - Always show Quick filters
Tải xuống các tệp mở rộng Jira - Always show Quick filters dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
You will save a lot of annoying clicks
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jira - Always show Quick filters |
ID | cgiohdbbiljoommehjjnfnlmakhopbhg |
URL Chính Thức | https://chromewebstore.google.com/detail/jira-always-show-quick-fi/cgiohdbbiljoommehjjnfnlmakhopbhg |
Mô tả | This extension simply clicks on the dropdown for quick filters so you don't have to. |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 161 |
Phiên Bản Hiện Tại | 1.9 |
Cập Nhật Lần Cuối | 2023-08-26 |
Ngày Phát Hành | 2021-04-20 |
Đánh Giá | 3.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Per Lundström |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |