KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Vad är KanbanTool add task button?
KanbanTool add task button är en Chrome-tillägg utvecklad av https://kanbantool.com, och dess huvudfunktion är "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".
Tilläggsskärmbilder
Ladda ner KanbanTool add task button-förlängningens CRX-fil
Ladda ner KanbanTool add task button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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/
Grundläggande Information om Tillägg
Namn | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
Officiell webbadress | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
Beskrivning | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
Filstorlek | 68.09 KB |
Antal Installationer | 354 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2013-06-17 |
Publiceringsdatum | 2013-06-17 |
Betyg | 3.63/5 Totalt 16 Betyg |
Utvecklare | https://kanbantool.com |
Betalningssätt | free |
Tilläggswebbplats | http://kanbantool.com |
Stödda Språk | 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\/" ] } |