Zendesk Attachment Download

Downloads and organizes Zendesk ticket attachments

Zendesk Attachment Download là gì?

Zendesk Attachment Download là một tiện ích mở rộng Chrome được phát triển bởi Foundry Support, và tính năng chính của nó là "Downloads and organizes Zendesk ticket attachments".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zendesk Attachment Download

Tải xuống các tệp mở rộng Zendesk Attachment Download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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’                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zendesk Attachment Download Zendesk Attachment Download
ID lbdfemobojflllkagenldnejopbhjcmm
URL Chính Thức https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm
Mô tả Downloads and organizes Zendesk ticket attachments
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2020-08-05
Nhà Phát Triển Foundry Support
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}