KanbanTool add task button
A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
O que é KanbanTool add task button?
KanbanTool add task button é uma extensão do Chrome desenvolvida por https://kanbantool.com, e sua principal característica é "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão KanbanTool add task button
Baixe arquivos de extensão KanbanTool add task button no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | KanbanTool add task button |
ID | gbnfnglacjhimfaniccchianblffaibn |
URL Oficial | https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn |
Descrição | A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness. |
Tamanho do Arquivo | 68.09 KB |
Contagem de Instalações | 354 |
Versão Atual | 1.2 |
Última Atualização | 2013-06-17 |
Data de Publicação | 2013-06-17 |
Classificação | 3.63/5 Total de 16 Avaliações |
Desenvolvedor | https://kanbantool.com |
Tipo de Pagamento | free |
Site da Extensão | http://kanbantool.com |
Idiomas Suportados | 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\/" ] } |