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 |
电子邮箱 | [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 } |