Trello Card Numbers Plus [2023 Update]
Adds card numbers on Trello and more! Updated October 2023
Trello Card Numbers Plus [2023 Update] क्या है?
Trello Card Numbers Plus [2023 Update] https://leonardomontini.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds card numbers on Trello and more! Updated October 2023"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Card Numbers Plus [2023 Update] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
WORKING AFTER OCTOBER 2023 TRELLO UPDATE --- A fully customizable Chrome extension show unique card numbers/ID and counting cards in each list. With card IDs it's much easier to refer to a specific card with your team and in commit messages. This extension provides full customization of the card numbers, have a look! Features: - Show card ID - Customize card ID format - Toggle card ID display - Count cards for each list - Configs live reload - Customize colors - Exclude some boards - Toggle cards count display Planned features ...feel free to suggest a feature by opening an issue on GitHub!
एक्सटेंशन की मूल जानकारी
नाम | Trello Card Numbers Plus [2023 Update] |
ID | ncibjlmfhjcjnphnpphgphbflpdpliei |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-card-numbers-plus/ncibjlmfhjcjnphnpphgphbflpdpliei |
विवरण | Adds card numbers on Trello and more! Updated October 2023 |
फ़ाइल का आकार | 42.46 KB |
स्थापना संख्या | 2,220 |
वर्तमान संस्करण | 1.3.3 |
अंतिम अपडेट | 2023-11-21 |
प्रकाशन तिथि | 2022-06-17 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://leonardomontini.dev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Balastrong/trello-card-numbers-plus |
सहायता पृष्ठ URL | https://github.com/Balastrong/trello-card-numbers-plus/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trello Card Numbers Plus [2023 Update]", "version": "1.3.3", "description": "Adds card numbers on Trello and more! Updated October 2023", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "default_title": "Trello Card Numbers Plus", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "trelloCardNumberPlus.js" ], "css": [ "trelloCardNumberPlus.css" ] } ] } |