KanbanTool add task button

A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.

KanbanTool add task button là gì?

KanbanTool add task button là một tiện ích mở rộng Chrome được phát triển bởi https://kanbantool.com, và tính năng chính của nó là "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".

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

screenshot

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

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

                        The quickest and simplest way to add tasks to your Kanban boards.
You need to have an account with kanbantool.com and API access enabled for this extension to work.
Source code is released under the MIT license and freely available on the GitHub: https://github.com/kanbantool/                    

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

Tên KanbanTool add task button KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
URL Chính Thức https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn
Mô tả A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Kích Thước Tệp 68.09 KB
Số Lần Cài Đặt 354
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2013-06-17
Ngày Phát Hành 2013-06-17
Đánh Giá 3.63/5 Tổng số 16 Đánh Giá
Nhà Phát Triển https://kanbantool.com
Loại Thanh Toán free
Trang Web Mở Rộng http://kanbantool.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KanbanTool add task button",
    "version": "1.2",
    "manifest_version": 2,
    "description": "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.",
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Add task to KanbanTool",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*.kanbantool.com\/"
    ]
}