Zendesk Attachment Download
Downloads and organizes Zendesk ticket attachments
Τι είναι το Zendesk Attachment Download;
Το Zendesk Attachment Download είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Foundry Support, και η κύρια λειτουργία του είναι "Downloads and organizes Zendesk ticket attachments".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zendesk Attachment Download
Λήψη αρχείων επέκτασης Zendesk Attachment Download σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
- 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’
Βασικές Πληροφορίες Επέκτασης
Όνομα | Zendesk Attachment Download |
ID | lbdfemobojflllkagenldnejopbhjcmm |
Επίσημο URL | https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm |
Περιγραφή | Downloads and organizes Zendesk ticket attachments |
Μέγεθος Αρχείου | 1.09 MB |
Αριθμός Εγκαταστάσεων | 110 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2021-06-24 |
Ημερομηνία Δημοσίευσης | 2020-08-05 |
Προγραμματιστής | Foundry Support |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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\/" ] } |