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によって開発されたChromeの拡張機能で、その主な機能は「Real-time display of total cards in every list to Boost your Trello productivity!」です。
拡張機能のスクリーンショット
Trello Real-Time Card Counter拡張機能のCRXファイルをダウンロード
Trello Real-Time Card Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } } |