Quick Card Search and Filter For Trello
Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels
Quick Card Search and Filter For Trello란 무엇입니까?
Quick Card Search and Filter For Trello은(는) https://www.acurax.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels"입니다.
확장 프로그램 스크린샷
Quick Card Search and Filter For Trello 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple extension for chrome, to help trello users to have easy to use quick search option, where you can easily search a card in your current trello board. According to each character you type in the search field. The board instantly filter and show the only the cards which have the searched keyword in title. It also add a Quick Label Filter Option, which helps you to filter cards with respect to labels.
확장 프로그램 기본 정보
이름 | Quick Card Search and Filter For Trello |
ID | cefckkmehbmgplhdlgdckpkociljphpm |
공식 URL | https://chromewebstore.google.com/detail/quick-card-search-and-fil/cefckkmehbmgplhdlgdckpkociljphpm |
설명 | Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels |
파일 크기 | 61.53 KB |
설치 횟수 | 549 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2019-03-14 |
출시 날짜 | 2019-03-14 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | https://www.acurax.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Card Search and Filter For Trello", "version": "1.0.2", "manifest_version": 2, "description": "Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels", "page_action": { "default_title": "Trello Quick Search Filter", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "web_accessible_resources": [ "images\/tag-img.png" ], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "css\/acxplugin.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/mustache.min.js", "js\/script.js", "js\/plugin.js" ], "run_at": "document_idle" } ], "permissions": [ "http:\/\/trello.com\/", "https:\/\/trello.com\/" ] } |