Rally Print

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

O que é Rally Print?

Rally Print é uma extensão do Chrome desenvolvida por David Alkire, e sua principal característica é "Print a subset of tickets from the Rally Print Story and Defect Cards page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rally Print

Baixe arquivos de extensão Rally Print no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rally Print Rally Print
ID ehaglffcgciedkmffdhodgofjfmgniod
URL Oficial https://chromewebstore.google.com/detail/rally-print/ehaglffcgciedkmffdhodgofjfmgniod
Descrição Print a subset of tickets from the Rally Print Story and Defect Cards page
Tamanho do Arquivo 33.03 KB
Contagem de Instalações 30
Versão Atual 1.0
Última Atualização 2015-06-11
Data de Publicação 2015-06-10
Desenvolvedor David Alkire
Tipo de Pagamento free
Site da Extensão https://github.com/dalkire/rallyprint
URL da Página de Ajuda https://github.com/dalkire/rallyprint
Idiomas Suportados 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
}