Zendesk Attachment Download

Downloads and organizes Zendesk ticket attachments

Co je Zendesk Attachment Download?

Zendesk Attachment Download je rozšíření Chrome vyvinuté Foundry Support, a jeho hlavní funkcí je „Downloads and organizes Zendesk ticket attachments“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Zendesk Attachment Download

Stáhněte si soubory rozšíření Zendesk Attachment Download ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Zendesk Attachment Download Zendesk Attachment Download
ID lbdfemobojflllkagenldnejopbhjcmm
Oficiální URL https://chromewebstore.google.com/detail/zendesk-attachment-downlo/lbdfemobojflllkagenldnejopbhjcmm
Popis Downloads and organizes Zendesk ticket attachments
Velikost souboru 1.09 MB
Počet instalací 110
Aktuální Verze 1.1.1
Poslední Aktualizace 2021-06-24
Datum Vydání 2020-08-05
Vývojář Foundry Support
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}