Rally Visualization Plus

Enable flow issue visualization in Rally.

What is Rally Visualization Plus?

Rally Visualization Plus is a Chrome extension developed by rmulcrone, and its main feature is "Enable flow issue visualization in Rally.".

Extension Screenshots

screenshot

Download Rally Visualization Plus Extension CRX File

Download Rally Visualization Plus 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

                        Enhances the Rally Teamboard to support greater flow visualization including system limits, slow work, ConWIP breaches, and total time spent in progress.                    

Extension Basic Information

Name Rally Visualization Plus Rally Visualization Plus
ID lkifiglkndlgfedikgnnakhkdcdmpfic
Official URL https://chromewebstore.google.com/detail/rally-visualization-plus/lkifiglkndlgfedikgnnakhkdcdmpfic
Description Enable flow issue visualization in Rally.
File Size 10.62 KB
Installation Count 327
Current Version 3.0.1
Last Updated 2023-10-02
Publish Date 2020-04-29
Rating 5.00/5 Total 5 Ratings
Developer rmulcrone
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}