JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

Hvad er JIRA Attachment Download?

JIRA Attachment Download er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Select JIRA attachments form a ticket and download them.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download JIRA Attachment Download-udvidelses-CRX-fil

Download JIRA Attachment Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
Officiel URL https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
Beskrivelse Select JIRA attachments form a ticket and download them.
Filstørrelse 27.72 KB
Antal Installationer 77
Nuværende Version 1.7
Senest Opdateret 2017-11-18
Udgivelsesdato 2017-11-18
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/irgangla/JiraAttachmentDownload
Understøttede Sprog 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"
    ]
}