JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

Wat is JIRA Attachment Download?

JIRA Attachment Download is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Select JIRA attachments form a ticket and download them.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie JIRA Attachment Download

Download JIRA Attachment Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
Officiële URL https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
Beschrijving Select JIRA attachments form a ticket and download them.
Bestandsgrootte 27.72 KB
Aantal Installaties 77
Huidige Versie 1.7
Laatst Bijgewerkt 2017-11-18
Publicatiedatum 2017-11-18
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/irgangla/JiraAttachmentDownload
Ondersteunde Talen 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"
    ]
}