KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Was ist KanbanTool add task button?
KanbanTool add task button ist eine Chrome-Erweiterung, die von https://kanbantool.com entwickelt wurde, und ihr Hauptmerkmal ist "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".
Erweiterungsscreenshots
KanbanTool add task button-Erweiterungs-CRX-Datei herunterladen
Laden Sie KanbanTool add task button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
Offizielle URL | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
Beschreibung | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
Dateigröße | 68.09 KB |
Installationsanzahl | 354 |
Aktuelle Version | 1.2 |
Letztes Update | 2013-06-17 |
Veröffentlichungsdatum | 2013-06-17 |
Bewertung | 3.63/5 Insgesamt 16 Bewertungen |
Entwickler | https://kanbantool.com |
Zahlungsart | free |
Erweiterungswebsite | http://kanbantool.com |
Unterstützte Sprachen | 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\/" ] } |