JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

什麼是JIRA Attachment Download?

JIRA Attachment Download是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Select JIRA attachments form a ticket and download them.”。

擴展截圖

screenshot
screenshot

下載JIRA Attachment Download擴展crx文件

下載JIRA Attachment Download擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 JIRA Attachment Download JIRA Attachment Download
ID bgjeaogfikmbnlocjlfidhgoappekmag
官方網址 https://chromewebstore.google.com/detail/jira-attachment-download/bgjeaogfikmbnlocjlfidhgoappekmag
簡介 Select JIRA attachments form a ticket and download them.
檔案大小 27.72 KB
安裝次數 77
目前版本 1.7
更新時間 2017-11-18
上架時間 2017-11-18
評分 3.00/5 共 1 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/irgangla/JiraAttachmentDownload
支援的語言 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"
    ]
}