Rally Print

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

Что такое Rally Print?

Rally Print - это расширение Chrome, разработанное David Alkire, и его основная функция - "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Rally Print

Скачайте файлы расширений 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
}