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 |
官方網址 | 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 } |