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
公式URL 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"
    ]
}