Rally Visualization Plus
Enable flow issue visualization in Rally.
Rally Visualization Plusとは何ですか?
Rally Visualization Plusはrmulcroneによって開発されたChromeの拡張機能で、その主な機能は「Enable flow issue visualization in Rally.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |