KanbanTool add task button

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

Qu'est-ce que KanbanTool add task button ?

KanbanTool add task button est une extension Chrome développée par https://kanbantool.com, et sa fonction principale est "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension KanbanTool add task button

Téléchargez les fichiers d'extension KanbanTool add task button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom KanbanTool add task button KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
URL Officiel 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.
Taille du Fichier 68.09 KB
Nombre d'Installations 354
Version Actuelle 1.2
Dernière Mise à Jour 2013-06-17
Date de Publication 2013-06-17
Évaluation 3.63/5 Total 16 Évaluations
Développeur https://kanbantool.com
Type de Paiement free
Site Web de l'Extension http://kanbantool.com
Langues Prises en Charge 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\/"
    ]
}