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 |
| Eメール | [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"
}
]
} | |