Rally Visualization Plus
Enable flow issue visualization in Rally.
Hvad er Rally Visualization Plus?
Rally Visualization Plus er en Chrome-udvidelse udviklet af rmulcrone, og dens hovedfunktion er "Enable flow issue visualization in Rally.".
Udvidelsesskærmbilleder
Download Rally Visualization Plus-udvidelses-CRX-fil
Download Rally Visualization Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Enhances the Rally Teamboard to support greater flow visualization including system limits, slow work, ConWIP breaches, and total time spent in progress.
Grundlæggende oplysninger om udvidelsen
Navn | Rally Visualization Plus |
ID | lkifiglkndlgfedikgnnakhkdcdmpfic |
Officiel URL | https://chromewebstore.google.com/detail/rally-visualization-plus/lkifiglkndlgfedikgnnakhkdcdmpfic |
Beskrivelse | Enable flow issue visualization in Rally. |
Filstørrelse | 10.62 KB |
Antal Installationer | 327 |
Nuværende Version | 3.0.1 |
Senest Opdateret | 2023-10-02 |
Udgivelsesdato | 2020-04-29 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | rmulcrone |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |