Hangfire Job Filter
Hangfire Dashboard Job Filter Extension
Hangfire Job Filterとは何ですか?
Hangfire Job FilterはSuat KÖSEによって開発されたChromeの拡張機能で、その主な機能は「Hangfire Dashboard Job Filter Extension」です。
拡張機能のスクリーンショット
Hangfire Job Filter拡張機能のCRXファイルをダウンロード
Hangfire Job Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple chrome extension workaround for filtering hangfire jobs on the dashboard. 拡張機能の基本情報
| 名前 | |
| ID | bdjjepigjagkbbkeajennkhnpaejbgdi |
| 公式URL | https://chromewebstore.google.com/detail/hangfire-job-filter/bdjjepigjagkbbkeajennkhnpaejbgdi |
| 説明 | Hangfire Dashboard Job Filter Extension |
| ファイルサイズ | 36.47 KB |
| インストール数 | 760 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-10-28 |
| 公開日 | 2017-10-28 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | Suat KÖSE |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/suadev/chrome-hangfire-search-extension |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hangfire Job Filter",
"short_name": "Hangfire Job Filter",
"description": "Hangfire Dashboard Job Filter Extension",
"version": "1.1",
"permissions": [
"http:\/\/*\/*jobs*",
"https:\/\/*\/*jobs*"
],
"background": {
"scripts": [
"assets\/js\/background.js"
],
"persistent": true
},
"homepage_url": "http:\/\/github.com\/suadev",
"browser_action": {
"default_title": "Hangfire Job Filter"
},
"web_accessible_resources": [
"assets\/img\/*.gif"
]
} | |