Pivotal Tracker Story Number Mask

Updated with bug fix - Display title in projector mode

What is Pivotal Tracker Story Number Mask?

Pivotal Tracker Story Number Mask is a Chrome extension developed by karthidec, and its main feature is "Updated with bug fix - Display title in projector mode".

Extension Screenshots

screenshot

Download Pivotal Tracker Story Number Mask Extension CRX File

Download Pivotal Tracker Story Number Mask extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Pivotal Tracker Story Number Mask Pivotal Tracker Story Number Mask
ID ienephhenhijhhfadgobajpepoipobfc
Official URL https://chromewebstore.google.com/detail/pivotal-tracker-story-num/ienephhenhijhhfadgobajpepoipobfc
Description Updated with bug fix - Display title in projector mode
File Size 13.36 MB
Installation Count 269
Current Version 0.0.0.2
Last Updated 2019-08-08
Publish Date 2019-08-08
Rating 3.67/5 Total 3 Ratings
Developer karthidec
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}