Pivotal Tracker Story Number Mask

Updated with bug fix - Display title in projector mode

Co to jest Pivotal Tracker Story Number Mask?

Pivotal Tracker Story Number Mask to rozszerzenie Chrome opracowane przez karthidec, a jego główną funkcją jest „Updated with bug fix - Display title in projector mode”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Pivotal Tracker Story Number Mask

Pobierz pliki rozszerzeń Pivotal Tracker Story Number Mask w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Pivotal Tracker Story Number Mask Pivotal Tracker Story Number Mask
ID ienephhenhijhhfadgobajpepoipobfc
Oficjalny URL https://chromewebstore.google.com/detail/pivotal-tracker-story-num/ienephhenhijhhfadgobajpepoipobfc
Opis Updated with bug fix - Display title in projector mode
Rozmiar pliku 13.36 MB
Liczba instalacji 269
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2019-08-08
Data Publikacji 2019-08-08
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper karthidec
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}