Hangfire Job Filter
Hangfire Dashboard Job Filter Extension
What is Hangfire Job Filter?
Hangfire Job Filter is a Chrome extension developed by Suat KÖSE, and its main feature is "Hangfire Dashboard Job Filter Extension".
Extension Screenshots
Download Hangfire Job Filter Extension CRX File
Download Hangfire Job Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple chrome extension workaround for filtering hangfire jobs on the dashboard.
Extension Basic Information
Name | Hangfire Job Filter |
ID | bdjjepigjagkbbkeajennkhnpaejbgdi |
Official URL | https://chromewebstore.google.com/detail/hangfire-job-filter/bdjjepigjagkbbkeajennkhnpaejbgdi |
Description | Hangfire Dashboard Job Filter Extension |
File Size | 36.47 KB |
Installation Count | 760 |
Current Version | 1.1 |
Last Updated | 2017-10-28 |
Publish Date | 2017-10-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Suat KÖSE |
Payment Type | free |
Extension Website | https://github.com/suadev/chrome-hangfire-search-extension |
Supported Languages | 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" ] } |