Rally Visualization Plus

Enable flow issue visualization in Rally.

什么是Rally Visualization Plus?

Rally Visualization Plus是由rmulcrone开发的Chrome扩展程序,该扩展的主要功能是“Enable flow issue visualization in Rally.”。

扩展截图

screenshot

下载Rally Visualization Plus扩展crx文件

下载Rally Visualization Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Rally Visualization Plus Rally Visualization Plus
ID lkifiglkndlgfedikgnnakhkdcdmpfic
官方URL https://chromewebstore.google.com/detail/rally-visualization-plus/lkifiglkndlgfedikgnnakhkdcdmpfic
简介 Enable flow issue visualization in Rally.
文件大小 10.62 KB
安装次数 327
当前版本 3.0.1
更新时间 2023-10-02
上架时间 2020-04-29
评分 5.00/5 共5次评分
开发者 rmulcrone
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}