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 là gì?
Quick Card Search and Filter For Trello là một tiện ích mở rộng Chrome được phát triển bởi https://www.acurax.com, và tính năng chính của nó là "Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Quick Card Search and Filter For Trello
Tải xuống các tệp mở rộng Quick Card Search and Filter For Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Quick Card Search and Filter For Trello |
ID | cefckkmehbmgplhdlgdckpkociljphpm |
URL Chính Thức | https://chromewebstore.google.com/detail/quick-card-search-and-fil/cefckkmehbmgplhdlgdckpkociljphpm |
Mô tả | Quick Card Search & Filter for Trello,Quickly Search Cards on Current Board, Quick Way To Filter & Show Cards With Respect to Labels |
Kích Thước Tệp | 61.53 KB |
Số Lần Cài Đặt | 549 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2019-03-14 |
Ngày Phát Hành | 2019-03-14 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.acurax.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |