Pivotal Tracker Story Number Mask

Updated with bug fix - Display title in projector mode

Qu'est-ce que Pivotal Tracker Story Number Mask ?

Pivotal Tracker Story Number Mask est une extension Chrome développée par karthidec, et sa fonction principale est "Updated with bug fix - Display title in projector mode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pivotal Tracker Story Number Mask

Téléchargez les fichiers d'extension Pivotal Tracker Story Number Mask au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pivotal Tracker Story Number Mask Pivotal Tracker Story Number Mask
ID ienephhenhijhhfadgobajpepoipobfc
URL Officiel https://chromewebstore.google.com/detail/pivotal-tracker-story-num/ienephhenhijhhfadgobajpepoipobfc
Description Updated with bug fix - Display title in projector mode
Taille du Fichier 13.36 MB
Nombre d'Installations 269
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2019-08-08
Date de Publication 2019-08-08
Évaluation 3.67/5 Total 3 Évaluations
Développeur karthidec
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}