Official Card Counter Trello with Totalizer
Official Card counter for Trello. Show card counters and the total cards in your board!
Official Card Counter Trello with Totalizerとは何ですか?
Official Card Counter Trello with Totalizerはhttps://www.officialtrellocardcounter.com.brによって開発されたChromeの拡張機能で、その主な機能は「Official Card counter for Trello. Show card counters and the total cards in your board!」です。
拡張機能のスクリーンショット
Official Card Counter Trello with Totalizer拡張機能のCRXファイルをダウンロード
Official Card Counter Trello with Totalizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Show the number of cards, the total cards in every list in Trello and you can click in total cards label and view the details with the percent and the statistic of your cards.
拡張機能の基本情報
名前 | Official Card Counter Trello with Totalizer |
ID | jbdmgabkegidhagemkfdogmplgelaoab |
公式URL | https://chromewebstore.google.com/detail/official-card-counter-tre/jbdmgabkegidhagemkfdogmplgelaoab |
説明 | Official Card counter for Trello. Show card counters and the total cards in your board! |
ファイルサイズ | 45.48 KB |
インストール数 | 13,810 |
現在のバージョン | 7.3 |
最終更新日 | 2023-11-08 |
公開日 | 2020-03-31 |
評価 | 3.33/5 合計 49 レビュー |
開発者 | https://www.officialtrellocardcounter.com.br |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.officialtrellocardcounter.com.br/ |
ヘルプページのURL | http://www.officialtrellocardcounter.com.br/ |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Official Card Counter Trello with Totalizer", "version": "7.3", "description": "Official Card counter for Trello. Show card counters and the total cards in your board!", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "counter.js" ], "css": [ "cardstyle.css" ], "run_at": "document_end" } ], "action": { "default_icon": "icon.png" }, "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 3 } |