KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Hvad er KanbanTool add task button?
KanbanTool add task button er en Chrome-udvidelse udviklet af https://kanbantool.com, og dens hovedfunktion er "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".
Udvidelsesskærmbilleder
Download KanbanTool add task button-udvidelses-CRX-fil
Download KanbanTool add task button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | gbnfnglacjhimfaniccchianblffaibn |
Officiel URL | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
Beskrivelse | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
Filstørrelse | 68.09 KB |
Antal Installationer | 354 |
Nuværende Version | 1.2 |
Senest Opdateret | 2013-06-17 |
Udgivelsesdato | 2013-06-17 |
Bedømmelse | 3.63/5 Samlet 16 Bedømmelser |
Udvikler | https://kanbantool.com |
Betalingsmetode | free |
Udvidelseswebsted | http://kanbantool.com |
Understøttede Sprog | 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\/" ] } |