Jira - Always show Quick filters
This extension simply clicks on the dropdown for quick filters so you don't have to.
Wat is Jira - Always show Quick filters?
Jira - Always show Quick filters is een Chrome-extensie ontwikkeld door Per Lundström, en de belangrijkste functie is "This extension simply clicks on the dropdown for quick filters so you don't have to.".
Extensie Screenshots
Download het CRX-bestand van de extensie Jira - Always show Quick filters
Download Jira - Always show Quick filters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
You will save a lot of annoying clicks Basisinformatie over de Extensie
| Naam | |
| ID | cgiohdbbiljoommehjjnfnlmakhopbhg |
| Officiële URL | https://chromewebstore.google.com/detail/jira-always-show-quick-fi/cgiohdbbiljoommehjjnfnlmakhopbhg |
| Beschrijving | This extension simply clicks on the dropdown for quick filters so you don't have to. |
| Bestandsgrootte | 148 KB |
| Aantal Installaties | 161 |
| Huidige Versie | 1.9 |
| Laatst Bijgewerkt | 2023-08-26 |
| Publicatiedatum | 2021-04-20 |
| Beoordeling | 3.25/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Per Lundström |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/ |
| Ondersteunde Talen | 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"
}
]
} | |