Zendesk Attachment Download
Downloads and organizes Zendesk ticket attachments
Was ist Zendesk Attachment Download?
Zendesk Attachment Download ist eine Chrome-Erweiterung, die von Foundry Support entwickelt wurde, und ihr Hauptmerkmal ist "Downloads and organizes Zendesk ticket attachments".
Erweiterungsscreenshots
Zendesk Attachment Download-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zendesk Attachment Download-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- 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’
Grundlegende Informationen zur Erweiterung
Name | Zendesk Attachment Download |
ID | lbdfemobojflllkagenldnejopbhjcmm |
Offizielle URL | https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm |
Beschreibung | Downloads and organizes Zendesk ticket attachments |
Dateigröße | 1.09 MB |
Installationsanzahl | 110 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2021-06-24 |
Veröffentlichungsdatum | 2020-08-05 |
Entwickler | Foundry Support |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/" ] } |