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은(는) https://kanbantool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A toolbar button which lets you add tasks to multiple boards without losing the stream of consciousness."입니다.

확장 프로그램 스크린샷

screenshot

KanbanTool add task button 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/"
    ]
}