Trello Real-Time Card Counter
Real-time display of total cards in every list to Boost your Trello productivity!
Trello Real-Time Card Counter क्या है?
Trello Real-Time Card Counter https://www.surajlulla.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real-time display of total cards in every list to Boost your Trello productivity!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Real-Time Card Counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
As you stumbled here, I know you've been using Trello a lot. Most of the times, all we want is to keep a track of the card counts to make things easier with Trello. So, how do you add number count to your Trello card/boards? 1. Install the Chrome extension - Trello Real-Time Card Counter and activate it. 2. That's it! Really, it's that easy to add card count in Trello boards. Have fun managing tasks on Trello with your real-time card count.
एक्सटेंशन की मूल जानकारी
नाम | Trello Real-Time Card Counter |
ID | boamaglckdmhpoplmglfobiihfkgmpke |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-real-time-card-cou/boamaglckdmhpoplmglfobiihfkgmpke |
विवरण | Real-time display of total cards in every list to Boost your Trello productivity! |
फ़ाइल का आकार | 41.86 KB |
स्थापना संख्या | 362 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2021-01-05 |
प्रकाशन तिथि | 2020-05-22 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://www.surajlulla.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.surajlulla.com |
सहायता पृष्ठ URL | https://www.surajlulla.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Real-Time Card Counter", "description": "Real-time display of total cards in every list to Boost your Trello productivity!", "version": "1.2", "author": "Suraj Lulla", "manifest_version": 2, "content_scripts": [ { "css": [ "trellocounter.css" ], "js": [ "jquery.min.js", "trellocounter.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "icons": { "16": "trello-card-counter-16.png", "48": "trello-card-counter-48.png", "128": "trello-card-counter-128.png" } } |