Kanbie

Kanban board from any tab.

Kanbie là gì?

Kanbie là một tiện ích mở rộng Chrome được phát triển bởi atude, và tính năng chính của nó là "Kanban board from any tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kanbie

Tải xuống các tệp mở rộng Kanbie 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

                        Kanbie is a simple kanban board accessible from your extensions bar. 

- Manage your task list from any tab - without interrupting your workflow - seamlessly. 
- Sync your board across chrome on any desktop. 
- Add colored labels to organise your cards to suit you best.
- Assign due dates and get notified when your tasks are due. 
- Customise your board with themes and custom headers.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kanbie Kanbie
ID hancagoabobbbadijbbfepodbdgjbfpf
URL Chính Thức https://chromewebstore.google.com/detail/kanbie/hancagoabobbbadijbbfepodbdgjbfpf
Mô tả Kanban board from any tab.
Kích Thước Tệp 652 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-07-09
Ngày Phát Hành 2020-05-12
Đánh Giá 4.70/5 Tổng số 43 Đánh Giá
Nhà Phát Triển atude
Email [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",
    "manifest_version": 3,
    "name": "Kanbie",
    "description": "Kanban board from any tab.",
    "version": "2.1.0",
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "logo-small.png",
        "48": "logo-small.png",
        "128": "logo-small.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+K",
                "mac": "Alt+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            }
        }
    }
}