Zendesk Attachment Download
Downloads and organizes Zendesk ticket attachments
Zendesk Attachment Downloadคืออะไร?
Zendesk Attachment Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Foundry Support และคุณลักษณะหลักของมันคือ "Downloads and organizes Zendesk ticket attachments"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zendesk Attachment Download
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/" ] } |