KanbanTool add task button

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

Co je KanbanTool add task button?

KanbanTool add task button je rozšíření Chrome vyvinuté https://kanbantool.com, a jeho hlavní funkcí je „A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření KanbanTool add task button

Stáhněte si soubory rozšíření KanbanTool add task button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název KanbanTool add task button KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
Oficiální URL https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn
Popis A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Velikost souboru 68.09 KB
Počet instalací 354
Aktuální Verze 1.2
Poslední Aktualizace 2013-06-17
Datum Vydání 2013-06-17
Hodnocení 3.63/5 Celkem 16 Hodnocení
Vývojář https://kanbantool.com
Typ Platby free
Webové stránky Rozšíření http://kanbantool.com
Podporované Jazyky 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\/"
    ]
}