JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

Cos'è JIRA Attachment Download?

JIRA Attachment Download è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Select JIRA attachments form a ticket and download them.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione JIRA Attachment Download

Scarica i file di estensione JIRA Attachment Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
URL Ufficiale https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
Descrizione Select JIRA attachments form a ticket and download them.
Dimensione del File 27.72 KB
Conteggio Installazioni 77
Versione Corrente 1.7
Ultimo Aggiornamento 2017-11-18
Data di Pubblicazione 2017-11-18
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/irgangla/JiraAttachmentDownload
Lingue Supportate 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"
    ]
}