Jira - Always show Quick filters
This extension simply clicks on the dropdown for quick filters so you don't have to.
Cos'è Jira - Always show Quick filters?
Jira - Always show Quick filters è un'estensione di Chrome sviluppata da Per Lundström, e la sua funzione principale è "This extension simply clicks on the dropdown for quick filters so you don't have to.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Jira - Always show Quick filters
Scarica i file di estensione Jira - Always show Quick filters in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
You will save a lot of annoying clicks
Informazioni di Base sull'Estensione
Nome | Jira - Always show Quick filters |
ID | cgiohdbbiljoommehjjnfnlmakhopbhg |
URL Ufficiale | https://chromewebstore.google.com/detail/jira-always-show-quick-fi/cgiohdbbiljoommehjjnfnlmakhopbhg |
Descrizione | This extension simply clicks on the dropdown for quick filters so you don't have to. |
Dimensione del File | 148 KB |
Conteggio Installazioni | 161 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2023-08-26 |
Data di Pubblicazione | 2021-04-20 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | Per Lundström |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.linkedin.com/in/per-lundstr%C3%B6m-7a7bb0a4/ |
Lingue Supportate | 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" } ] } |