JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

¿Qué es JIRA Attachment Download?

JIRA Attachment Download es una extensión de Chrome desarrollada por Unknown, y su función principal es "Select JIRA attachments form a ticket and download them.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión JIRA Attachment Download

Descarga archivos de extensión JIRA Attachment Download en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
URL Oficial https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
Descripción Select JIRA attachments form a ticket and download them.
Tamaño del Archivo 27.72 KB
Cantidad de Instalaciones 77
Versión Actual 1.7
Última Actualización 2017-11-18
Fecha de Publicación 2017-11-18
Calificación 3.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión https://github.com/irgangla/JiraAttachmentDownload
Idiomas Soportados 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"
    ]
}