KanbanTool add task button

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

Cos'è KanbanTool add task button?

KanbanTool add task button è un'estensione di Chrome sviluppata da https://kanbantool.com, e la sua funzione principale è "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KanbanTool add task button

Scarica i file di estensione KanbanTool add task button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome KanbanTool add task button KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
URL Ufficiale https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn
Descrizione A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Dimensione del File 68.09 KB
Conteggio Installazioni 354
Versione Corrente 1.2
Ultimo Aggiornamento 2013-06-17
Data di Pubblicazione 2013-06-17
Valutazione 3.63/5 Totale 16 Valutazioni
Sviluppatore https://kanbantool.com
Tipo di Pagamento free
Sito Web dell'Estensione http://kanbantool.com
Lingue Supportate 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\/"
    ]
}