Zendesk Attachment Download
Downloads and organizes Zendesk ticket attachments
什麼是Zendesk Attachment Download?
Zendesk Attachment Download是由Foundry Support開發的Chrome擴展程式,該擴展的主要功能是“Downloads and organizes Zendesk ticket attachments”。
擴展截圖
下載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 |
ID | lbdfemobojflllkagenldnejopbhjcmm |
官方網址 | 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\/" ] } |