JIRA Attachment Download

Select JIRA attachments form a ticket and download them.

ما هو JIRA Attachment Download؟

JIRA Attachment Download هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Select JIRA attachments form a ticket and download them.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة JIRA Attachment Download

قم بتنزيل ملفات الامتداد JIRA Attachment Download بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}