Jira Story Points in Kanban Swimlanes

Show story points in Jira Kanban and Swimlane boards

Jira Story Points in Kanban Swimlanes란 무엇입니까?

Jira Story Points in Kanban Swimlanes은(는) DB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show story points in Jira Kanban and Swimlane boards"입니다.

확장 프로그램 스크린샷

screenshot

Jira Story Points in Kanban Swimlanes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension calculates the total story points for each status column in a Jira Kanban board. It also works with swimlane boards!

Works on self-hosted Jira instances, too.

Have feedback or bug reports? email [email protected]                    

확장 프로그램 기본 정보

이름 Jira Story Points in Kanban Swimlanes Jira Story Points in Kanban Swimlanes
ID kbakllmjnpajpgjmcemgmpgmlcgdkikg
공식 URL https://chromewebstore.google.com/detail/jira-story-points-in-kanb/kbakllmjnpajpgjmcemgmpgmlcgdkikg
설명 Show story points in Jira Kanban and Swimlane boards
파일 크기 696 KB
설치 횟수 26
현재 버전 0.0.1
최근 업데이트 2023-02-06
출시 날짜 2023-02-06
개발자 DB
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jira Story Points in Kanban Swimlanes",
    "version": "0.0.1",
    "short_name": "Jira Kanban Points",
    "description": "Show story points in Jira Kanban and Swimlane boards",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "optional_permissions": [],
    "icons": {
        "16": "assets\/img\/logo-16.png",
        "32": "assets\/img\/logo-32.png",
        "48": "assets\/img\/logo-48.png",
        "128": "assets\/img\/logo-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "minimum_chrome_version": "92"
}