Clean Jira
Get rid of extra columns in Jira sprint board for a better user experience.
Cos'è Clean Jira?
Clean Jira è un'estensione di Chrome sviluppata da Satya, e la sua funzione principale è "Get rid of extra columns in Jira sprint board for a better user experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clean Jira
Scarica i file di estensione Clean Jira 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
Is your Jira board too crowded? Hide empty columns with a single click. Clean Jira provides an option to hide all the empty columns on your Jira board instantly. You also have an option to hide any specific columns you like. Don't worry, your columns are not gone forever, you can show them again in one click as well. Enjoy your clutter free Jira board! Note: If you don't see the options to hide columns after installing the extension, please refresh your Jira board. Please contact me if you encounter any bugs/issues at [email protected].
Informazioni di Base sull'Estensione
Nome | Clean Jira |
ID | icmmenbhnhajjniohcknhppfbimnkjpb |
URL Ufficiale | https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb |
Descrizione | Get rid of extra columns in Jira sprint board for a better user experience. |
Dimensione del File | 5.75 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-04-12 |
Data di Pubblicazione | 2021-04-11 |
Valutazione | 4.29/5 Totale 7 Valutazioni |
Sviluppatore | Satya |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clean Jira", "version": "0.0.1", "manifest_version": 2, "description": "Get rid of extra columns in Jira sprint board for a better user experience.", "icons": { "48": "icon48.png" }, "content_scripts": [ { "run_at": "document_end", "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.atlassian.net\/*" ] } ] } |