JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

O que é JIRA Attachment Download?

JIRA Attachment Download é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Select JIRA attachments form a ticket and download them.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão JIRA Attachment Download

Baixe arquivos de extensão JIRA Attachment Download 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

                        Download all attachments of any JIRA ticket with one click.

The Popup allows choosing which attachment should be downloaded. The found attachments can be search also using regular expressions and a additional link filter can be defined to find external, linked attachments. The setting for this filter is persisted per domain. The attachments are saved into the default download folder as // or another pattern which can be setup in the attachment options.                    

Informações Básicas da Extensão

Nome JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
URL Oficial https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
Descrição Select JIRA attachments form a ticket and download them.
Tamanho do Arquivo 27.72 KB
Contagem de Instalações 77
Versão Atual 1.7
Última Atualização 2017-11-18
Data de Publicação 2017-11-18
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/irgangla/JiraAttachmentDownload
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JIRA Attachment Download",
    "description": "Select JIRA attachments form a ticket and download them.",
    "author": "Thomas Irgang",
    "version": "1.7",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "18": "icon18.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "",
        "downloads",
        "storage",
        "tabs",
        "activeTab"
    ]
}