Rally Visualization Plus
Enable flow issue visualization in Rally.
Wat is Rally Visualization Plus?
Rally Visualization Plus is een Chrome-extensie ontwikkeld door rmulcrone, en de belangrijkste functie is "Enable flow issue visualization in Rally.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rally Visualization Plus
Download Rally Visualization Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Enhances the Rally Teamboard to support greater flow visualization including system limits, slow work, ConWIP breaches, and total time spent in progress.
Basisinformatie over de Extensie
Naam | Rally Visualization Plus |
ID | lkifiglkndlgfedikgnnakhkdcdmpfic |
Officiële URL | https://chromewebstore.google.com/detail/rally-visualization-plus/lkifiglkndlgfedikgnnakhkdcdmpfic |
Beschrijving | Enable flow issue visualization in Rally. |
Bestandsgrootte | 10.62 KB |
Aantal Installaties | 327 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2023-10-02 |
Publicatiedatum | 2020-04-29 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | rmulcrone |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Rally Visualization Plus", "version": "3.0.1", "description": "Enable flow issue visualization in Rally.", "permissions": [ "tabs", "unlimitedStorage", "storage" ], "host_permissions": [ "*:\/\/*.rallydev.com\/*" ], "content_scripts": [ { "js": [ "rallyJS.js" ], "matches": [ "*:\/\/*.rallydev.com\/*" ], "run_at": "document_end" } ], "action": { "default_popup": "popup.html" } } |