KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Wat is KanbanTool add task button?
KanbanTool add task button is een Chrome-extensie ontwikkeld door https://kanbantool.com, en de belangrijkste functie is "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".
Extensie Screenshots
Download het CRX-bestand van de extensie KanbanTool add task button
Download KanbanTool add task button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
Officiële URL | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
Beschrijving | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
Bestandsgrootte | 68.09 KB |
Aantal Installaties | 354 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-06-17 |
Publicatiedatum | 2013-06-17 |
Beoordeling | 3.63/5 Totaal 16 Beoordelingen |
Ontwikkelaar | https://kanbantool.com |
Betalingswijze | free |
Extensiewebsite | http://kanbantool.com |
Ondersteunde Talen | 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\/" ] } |