Zendesk Attachment Download
Downloads and organizes Zendesk ticket attachments
Cos'è Zendesk Attachment Download?
Zendesk Attachment Download è un'estensione di Chrome sviluppata da Foundry Support, e la sua funzione principale è "Downloads and organizes Zendesk ticket attachments".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zendesk Attachment Download
Scarica i file di estensione Zendesk Attachment Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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’
Informazioni di Base sull'Estensione
Nome | Zendesk Attachment Download |
ID | lbdfemobojflllkagenldnejopbhjcmm |
URL Ufficiale | https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm |
Descrizione | Downloads and organizes Zendesk ticket attachments |
Dimensione del File | 1.09 MB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2021-06-24 |
Data di Pubblicazione | 2020-08-05 |
Sviluppatore | Foundry Support |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |