KanbanTool add task button

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

KanbanTool add task buttonคืออะไร?

KanbanTool add task button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kanbantool.com และคุณลักษณะหลักของมันคือ "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KanbanTool add task button

ดาวน์โหลดไฟล์ส่วนขยาย KanbanTool add task button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KanbanTool add task button KanbanTool add task button
ID gbnfnglacjhimfaniccchianblffaibn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kanbantool-add-task-butto/gbnfnglacjhimfaniccchianblffaibn
คำอธิบาย A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness.
ขนาดไฟล์ 68.09 KB
จำนวนการติดตั้ง 354
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2013-06-17
วันที่เผยแพร่ 2013-06-17
คะแนน 3.63/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา https://kanbantool.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://kanbantool.com
ภาษาที่รองรับ 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\/"
    ]
}