KanbanTool add task button

A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.

Apa itu KanbanTool add task button?

KanbanTool add task button adalah ekstensi Chrome yang dikembangkan oleh https://kanbantool.com, dan fitur utamanya adalah "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi KanbanTool add task button

Unduh file ekstensi KanbanTool add task button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama KanbanTool add task button KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
URL Resmi https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn
Deskripsi A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
Ukuran File 68.09 KB
Jumlah Instalasi 354
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-06-17
Tanggal Publikasi 2013-06-17
Penilaian 3.63/5 Total 16 Penilaian
Pengembang https://kanbantool.com
Tipe Pembayaran free
Situs Ekstensi http://kanbantool.com
Bahasa yang Didukung 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\/"
    ]
}