KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Co to jest KanbanTool add task button?
KanbanTool add task button to rozszerzenie Chrome opracowane przez https://kanbantool.com, a jego główną funkcją jest „A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia KanbanTool add task button
Pobierz pliki rozszerzeń KanbanTool add task button w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/
Podstawowe informacje o rozszerzeniu
Nazwa | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
Oficjalny URL | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
Opis | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
Rozmiar pliku | 68.09 KB |
Liczba instalacji | 354 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2013-06-17 |
Data Publikacji | 2013-06-17 |
Ocena | 3.63/5 Łącznie 16 Oceny |
Deweloper | https://kanbantool.com |
Typ Płatności | free |
Strona Rozszerzenia | http://kanbantool.com |
Obsługiwane Języki | 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\/" ] } |