Zendesk Attachment Download
Downloads and organizes Zendesk ticket attachments
Zendesk Attachment Download란 무엇입니까?
Zendesk Attachment Download은(는) Foundry Support에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads and organizes Zendesk ticket attachments"입니다.
확장 프로그램 스크린샷
Zendesk Attachment Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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\/" ] } |