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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |