Kanbanly
Manage your Google tasks todo list with a visual Kanban board
Kanbanly là gì?
Kanbanly là một tiện ích mở rộng Chrome được phát triển bởi Nodetics, và tính năng chính của nó là "Manage your Google tasks todo list with a visual Kanban board".
Ả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 Kanbanly
Tải xuống các tệp mở rộng Kanbanly 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
Get Things Done! With Kanbanly you can easily prioritize your To-Do list tasks, limit work-in-progress to improve productivity and filter the view based on due dates or custom search strings. Since Kanbanly uses Google Tasks API, you need to login to a Google account in order to manage your tasks. Feature highlights: - Configurable columns and board templates - Multiple color options for Kanban task cards - Drag & drop interface for prioritizing, changing phase, changing list etc. - New tasks can be added directly from Gmail to your Kanban board - Supports multiple lists (projects) for managing tasks - Filter/search that supports regular expressions - Supports Reminders & Due Dates for tasks - Tasks can have tags and you can search by using a tag - Filtering based on task Due Date
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kanbanly |
ID | oinopeelpidbddmdhhllmpifaohjdkom |
URL Chính Thức | https://chromewebstore.google.com/detail/kanbanly/oinopeelpidbddmdhhllmpifaohjdkom |
Mô tả | Manage your Google tasks todo list with a visual Kanban board |
Kích Thước Tệp | 814 KB |
Số Lần Cài Đặt | 7,203 |
Phiên Bản Hiện Tại | 3.2.3 |
Cập Nhật Lần Cuối | 2022-04-14 |
Ngày Phát Hành | 2019-09-30 |
Đánh Giá | 4.00/5 Tổng số 69 Đánh Giá |
Nhà Phát Triển | Nodetics |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://nodetics.com/nodetics-cws-privacy-policy.txt |
Ngôn Ngữ Được Hỗ Trợ | id,de,en,en-GB,en-US,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,hi,bn,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanbanly", "version": "3.2.3", "manifest_version": 2, "default_locale": "en", "description": "Manage your Google tasks todo list with a visual Kanban board", "icons": { "16": "images\/kanbanly-icon-16.png", "48": "images\/kanbanly-icon-48.png", "128": "images\/kanbanly-icon-128.png" }, "background": { "page": "background.html", "persistent": true }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo8HgM3pkcWKdt5tsSAdLnjlsnHsNdhVDGGMy5nW+qgiT1SyC4mhqkIEnV319LT30IJ6KhXIOKrdwT7ZUr4RqCUhGerGPxghWKHFWcaySo\/j6gvn12M1WZUW\/CMSKB4hAbCboDHXWBcszkOy320gZC+zq4rAFjHgbLU9w14XyfbQLvf4OE0699weii1SaUWLSUL\/Pt1olu0x7MbT1B35TZymS3b+ZPWy9DgWwKiw\/uZgxIn2bve3OWsHL7xpllpcZs5m6XHfLFet7tvDNMuOQMTNewCaI+ZRvkt8RfxZQIwgsGWy\/pIbpeVmJROmGbQNn9cRDDTqd1c9uLvg\/8fqAlQIDAQAB", "permissions": [ "https:\/\/www.googleapis.com\/", "https:\/\/accounts.google.com\/", "tabs", "identity", "notifications" ], "oauth2": { "client_id": "888349909840-g3g85bm8e8l103q0gcglu8u0n30m78e5.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/tasks", "https:\/\/www.googleapis.com\/auth\/drive.appdata", "profile" ] }, "browser_action": { "default_icon": "images\/kanbanly-icon-128.png", "default_title": "Kanbanly" } } |