Pivotal Tracker Story Number Mask
Updated with bug fix - Display title in projector mode
Cos'è Pivotal Tracker Story Number Mask?
Pivotal Tracker Story Number Mask è un'estensione di Chrome sviluppata da karthidec, e la sua funzione principale è "Updated with bug fix - Display title in projector mode".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pivotal Tracker Story Number Mask
Scarica i file di estensione Pivotal Tracker Story Number Mask in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Pivotal Tracker Story Number Mask |
ID | ienephhenhijhhfadgobajpepoipobfc |
URL Ufficiale | https://chromewebstore.google.com/detail/pivotal-tracker-story-num/ienephhenhijhhfadgobajpepoipobfc |
Descrizione | Updated with bug fix - Display title in projector mode |
Dimensione del File | 13.36 MB |
Conteggio Installazioni | 269 |
Versione Corrente | 0.0.0.2 |
Ultimo Aggiornamento | 2019-08-08 |
Data di Pubblicazione | 2019-08-08 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | karthidec |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |