JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

Apa itu JIRA Attachment Download?

JIRA Attachment Download adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Select JIRA attachments form a ticket and download them.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi JIRA Attachment Download

Unduh file ekstensi JIRA Attachment Download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
URL Resmi https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
Deskripsi Select JIRA attachments form a ticket and download them.
Ukuran File 27.72 KB
Jumlah Instalasi 77
Versi Saat Ini 1.7
Terakhir Diperbarui 2017-11-18
Tanggal Publikasi 2017-11-18
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/irgangla/JiraAttachmentDownload
Bahasa yang Didukung 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"
    ]
}