Zendesk Attachment Download

Downloads and organizes Zendesk ticket attachments

Zendesk Attachment Downloadとは何ですか?

Zendesk Attachment DownloadはFoundry Supportによって開発されたChromeの拡張機能で、その主な機能は「Downloads and organizes Zendesk ticket attachments」です。

拡張機能のスクリーンショット

screenshot

Zendesk Attachment Download拡張機能のCRXファイルをダウンロード

Zendesk Attachment Download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        - 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
Eメール [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\/"
    ]
}