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"
]
} | |