Rally Print

Print a subset of tickets from the Rally Print Story and Defect Cards page

Rally Printとは何ですか?

Rally PrintはDavid Alkireによって開発されたChromeの拡張機能で、その主な機能は「Print a subset of tickets from the Rally Print Story and Defect Cards page」です。

拡張機能のスクリーンショット

screenshot

Rally Print拡張機能のCRXファイルをダウンロード

Rally Print拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Rally Print
Print subset of tickets on Rally's Print Story and Defect Cards page.
This is a simple Chrome extension for use in Rally (https://rally1.rallydev.com).

Usage

On the Print Story and Defect Cards page select a subset of tickets you would like to print. After making your selection, click the filter link to the right of the Print Story Cards button and the tickets that were not selected will disappear. Now when you click the Print Story Cards button, it will only print the ones you selected.

**Disclaimer** 
I am not affiliated with Rally in any way. Any changes to the structure of the Print Story and Defect Cards page could cause this extension not to work.                    

拡張機能の基本情報

名前 Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
公式URL https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
説明 Print a subset of tickets from the Rally Print Story and Defect Cards page
ファイルサイズ 33.03 KB
インストール数 30
現在のバージョン 1.0
最終更新日 2015-06-11
公開日 2015-06-10
開発者 David Alkire
支払い方法 free
拡張機能のウェブサイト https://github.com/dalkire/rallyprint
ヘルプページのURL https://github.com/dalkire/rallyprint
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rally Print",
    "version": "1.0",
    "description": "Print a subset of tickets from the Rally Print Story and Defect Cards page",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/rally1.rallydev.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "rallyprint.js"
            ]
        }
    ],
    "manifest_version": 2
}