Rally Visualization Plus

Enable flow issue visualization in Rally.

Rally Visualization Plus là gì?

Rally Visualization Plus là một tiện ích mở rộng Chrome được phát triển bởi rmulcrone, và tính năng chính của nó là "Enable flow issue visualization in Rally.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Rally Visualization Plus

Tải xuống các tệp mở rộng Rally Visualization Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Rally Visualization Plus Rally Visualization Plus
ID lkifiglkndlgfedikgnnakhkdcdmpfic
URL Chính Thức https://chromewebstore.google.com/detail/rally-visualization-plus/lkifiglkndlgfedikgnnakhkdcdmpfic
Mô tả Enable flow issue visualization in Rally.
Kích Thước Tệp 10.62 KB
Số Lần Cài Đặt 327
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2023-10-02
Ngày Phát Hành 2020-04-29
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển rmulcrone
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}