KanbanTool add task button

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

What is KanbanTool add task button?

KanbanTool add task button is a Chrome extension developed by https://kanbantool.com, and its main feature is "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".

Extension Screenshots

screenshot

Download KanbanTool add task button Extension CRX File

Download KanbanTool add task button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name KanbanTool add task button KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
Official URL https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn
Description A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
File Size 68.09 KB
Installation Count 354
Current Version 1.2
Last Updated 2013-06-17
Publish Date 2013-06-17
Rating 3.63/5 Total 16 Ratings
Developer https://kanbantool.com
Payment Type free
Extension Website http://kanbantool.com
Supported Languages 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\/"
    ]
}