Zendesk Attachment Download

Downloads and organizes Zendesk ticket attachments

Qu'est-ce que Zendesk Attachment Download ?

Zendesk Attachment Download est une extension Chrome développée par Foundry Support, et sa fonction principale est "Downloads and organizes Zendesk ticket attachments".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Zendesk Attachment Download

Téléchargez les fichiers d'extension Zendesk Attachment Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Zendesk Attachment Download Zendesk Attachment Download
ID lbdfemobojflllkagenldnejopbhjcmm
URL Officiel https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm
Description Downloads and organizes Zendesk ticket attachments
Taille du Fichier 1.09 MB
Nombre d'Installations 110
Version Actuelle 1.1.1
Dernière Mise à Jour 2021-06-24
Date de Publication 2020-08-05
Développeur Foundry Support
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}