Clean Jira
Get rid of extra columns in Jira sprint board for a better user experience.
Clean Jira क्या है?
Clean Jira Satya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of extra columns in Jira sprint board for a better user experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clean Jira एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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].
एक्सटेंशन की मूल जानकारी
नाम | Clean Jira |
ID | icmmenbhnhajjniohcknhppfbimnkjpb |
आधिकारिक URL | https://chromewebstore.google.com/detail/clean-jira/icmmenbhnhajjniohcknhppfbimnkjpb |
विवरण | Get rid of extra columns in Jira sprint board for a better user experience. |
फ़ाइल का आकार | 5.75 KB |
स्थापना संख्या | 174 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2021-04-12 |
प्रकाशन तिथि | 2021-04-11 |
रेटिंग | 4.29/5 कुल 7 रेटिंग्स |
डेवलपर | Satya |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } ] } |