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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/"
    ]
}