Zendesk Attachment Download

Downloads and organizes Zendesk ticket attachments

¿Qué es Zendesk Attachment Download?

Zendesk Attachment Download es una extensión de Chrome desarrollada por Foundry Support, y su función principal es "Downloads and organizes Zendesk ticket attachments".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Zendesk Attachment Download

Descarga archivos de extensión Zendesk Attachment Download en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        - 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’                    

Información Básica de la Extensión

Nombre Zendesk Attachment Download Zendesk Attachment Download
ID lbdfemobojflllkagenldnejopbhjcmm
URL Oficial https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm
Descripción Downloads and organizes Zendesk ticket attachments
Tamaño del Archivo 1.09 MB
Cantidad de Instalaciones 110
Versión Actual 1.1.1
Última Actualización 2021-06-24
Fecha de Publicación 2020-08-05
Desarrollador Foundry Support
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/"
    ]
}