Zendesk Attachment Download

Downloads and organizes Zendesk ticket attachments

ما هو Zendesk Attachment Download؟

Zendesk Attachment Download هو إضافة Chrome تم تطويرها بواسطة Foundry Support، والميزة الرئيسية لها هي "Downloads and organizes Zendesk ticket attachments".

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

screenshot

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

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

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

                        - Click the extension to download all end-user attachments.
- Ticket downloads are automatically organized

Right-click options to:
- Disable appending ticket title on folder names
- Enable downloading agent attachments
- Enable downloading existing attachments

Customize the downloads sub-directory (optional):
        a. Right-click the extension, select “Options”
        b. Enter an attachment sub-directory path, i.e. ‘tickets’

Customize non-attachments sub-directory (optional):
        a. Right-click the extension, select “Options”
        b. Enter a regular downloads sub-directory path, i.e. ‘downloads’                    

معلومات أساسية عن التمديد

الاسم Zendesk Attachment Download Zendesk Attachment Download
ID lbdfemobojflllkagenldnejopbhjcmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm
الوصف Downloads and organizes Zendesk ticket attachments
حجم الملف 1.09 MB
عدد التثبيتات 110
النسخة الحالية 1.1.1
آخر تحديث 2021-06-24
تاريخ النشر 2020-08-05
المطور Foundry Support
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zendesk Attachment Download",
    "version": "1.1.1",
    "description": "Downloads and organizes Zendesk ticket attachments",
    "icons": {
        "128": "images\/icon_0.png"
    },
    "options_page": "options.html",
    "page_action": {
        "default_title": "Zendesk Attachment Download",
        "default_icon": {
            "128": "images\/icon_0.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "declarativeContent",
        "storage",
        "downloads",
        "tabs",
        "https:\/\/*.zendesk.com\/"
    ]
}