Pivotal Tracker Story Number Mask

Updated with bug fix - Display title in projector mode

Pivotal Tracker Story Number Mask란 무엇입니까?

Pivotal Tracker Story Number Mask은(는) karthidec에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Updated with bug fix - Display title in projector mode"입니다.

확장 프로그램 스크린샷

screenshot

Pivotal Tracker Story Number Mask 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        08/08/2019 - Updated with bug fix - Display title in projector mode

-------------

** only applicable to pivotaltracker.com project story boards **

Helps to display last 4 digits of story number in story name field (collapse view). This provides a display mask to user browser screen and do not update user data's. 

By default, Pivotal Tracker do not display story number in story name field in collapse mode.

It super easy to get everyone in a planning meeting to know the exact story we are talking about without having to read the name for each story to find the targeted story







Example:

By default:

Story name in collapse mode view: 
This is sample story

With this extension:

Story name in collapse mode view: 
1234 - This is sample story
   - where 1234 is last 4 digits of story number                    

확장 프로그램 기본 정보

이름 Pivotal Tracker Story Number Mask Pivotal Tracker Story Number Mask
ID ienephhenhijhhfadgobajpepoipobfc
공식 URL https://chromewebstore.google.com/detail/pivotal-tracker-story-num/ienephhenhijhhfadgobajpepoipobfc
설명 Updated with bug fix - Display title in projector mode
파일 크기 13.36 MB
설치 횟수 269
현재 버전 0.0.0.2
최근 업데이트 2019-08-08
출시 날짜 2019-08-08
평점 3.67/5 총 3 개의 평점
개발자 karthidec
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pivotal Tracker Story Number Mask",
    "version": "0.0.0.2",
    "description": "Updated with bug fix - Display title in projector mode",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.pivotaltracker.com\/n\/projects\/*"
            ]
        }
    ]
}