Trello Card Counter
Card counters and card identifiers for easy collaboration and project management
Trello Card Counter क्या है?
Trello Card Counter Alex Benoit द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Card counters and card identifiers for easy collaboration and project management"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Card Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
[recently updated, fully working] Trello Card Counter Plus tells you how many cards you have in your lists and board and gives the cards identifiers for easier collaboration and project management. Updated for Trello 2024.
एक्सटेंशन की मूल जानकारी
नाम | Trello Card Counter |
ID | hepiaakjhimoagmpalbfoojemcnlnagn |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-card-counter/hepiaakjhimoagmpalbfoojemcnlnagn |
विवरण | Card counters and card identifiers for easy collaboration and project management |
फ़ाइल का आकार | 14.12 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 3.0.0 |
अंतिम अपडेट | 2023-12-03 |
प्रकाशन तिथि | 2017-11-22 |
रेटिंग | 3.93/5 कुल 27 रेटिंग्स |
डेवलपर | Alex Benoit |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://alexbenoit.me/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Trello Card Counter", "version": "3.0.0", "description": "Card counters and card identifiers for easy collaboration and project management", "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/trello.com\/b\/*" ], "js": [ "trello-override.js" ], "css": [ "trello-override.css" ] } ], "icons": { "128": "trelloext.png" } } |