Zendesk Attachment Download
Downloads and organizes Zendesk ticket attachments
Hvad er Zendesk Attachment Download?
Zendesk Attachment Download er en Chrome-udvidelse udviklet af Foundry Support, og dens hovedfunktion er "Downloads and organizes Zendesk ticket attachments".
Udvidelsesskærmbilleder
Download Zendesk Attachment Download-udvidelses-CRX-fil
Download Zendesk Attachment Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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’ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lbdfemobojflllkagenldnejopbhjcmm |
| Officiel URL | https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm |
| Beskrivelse | Downloads and organizes Zendesk ticket attachments |
| Filstørrelse | 1.09 MB |
| Antal Installationer | 110 |
| Nuværende Version | 1.1.1 |
| Senest Opdateret | 2021-06-24 |
| Udgivelsesdato | 2020-08-05 |
| Udvikler | Foundry Support |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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\/"
]
} | |