Zest - The Zendesk Colour Coder
Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George
Zest - The Zendesk Colour Coder란 무엇입니까?
Zest - The Zendesk Colour Coder은(는) NevinGeorge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George"입니다.
확장 프로그램 스크린샷
Zest - The Zendesk Colour Coder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
New (experimental) feature: Change background for internal notes! You can now change the colour of internal notes to any colour of your choosing! What is Zest? To put it simply, it’s an easy way to organise your Zendesk tickets! Zest will allow you to customize your ticket view by allowing you to personally colour code your tickets. Not only by the standard priority (low-high), but by any field/category. How do you use Zest? Simply click the icon on the top right of your chrome browser, type in the category you want coloured, choose a colour and click add. Refresh your Zendesk page to see the changes take effect. Changing the colour of a category is easy too, just click on the colour next to the category name, change it and refresh the Zendesk page. How does Zest work? It changes the styling of the page to add a background to each row to the colour that you choose. It does not modify the functionality of the site. Got more questions? Feel free to contact me for any questions or concerns for yourself or for your business. Enjoy using Zest? Please consider leaving a rating on the extension so it can reach out to more people. Also consider supporting me via paypal.me/NevGZCC
확장 프로그램 기본 정보
이름 | Zest - The Zendesk Colour Coder |
ID | kohidmaedanhmmhkhkbeaonheneldfbi |
공식 URL | https://chromewebstore.google.com/detail/zest-the-zendesk-colour-c/kohidmaedanhmmhkhkbeaonheneldfbi |
설명 | Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George |
파일 크기 | 98.93 KB |
설치 횟수 | 1,730 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-07-14 |
출시 날짜 | 2020-08-13 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | NevinGeorge |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Zest - Zendesk Colour Coder" }, "content_scripts": [ { "js": [ "jquery.js", "content.js", "popup.js" ], "matches": [ "*:\/\/*.zendesk.com\/*" ] } ], "description": "Colour code Zendesk tickets to help visualize and organise your workflow. Developed by Nevin George", "icons": { "128": "icon.png" }, "manifest_version": 3, "name": "Zest - The Zendesk Colour Coder", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.3" } |