ZD Portal Revamp
Change look and feel of the Zendesk agent interface
ZD Portal Revamp란 무엇입니까?
ZD Portal Revamp은(는) B에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change look and feel of the Zendesk agent interface"입니다.
확장 프로그램 스크린샷
ZD Portal Revamp 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Restyle your ZD agent interface. *2.9 Bug Fixes with ability to set custom popups. *2.8 Theme Selector introduced with various themes available. ****Custom Popups**** To create custom popups enter the ZD Tag 'specialcustomer' on a User or Organization. Place the text of the popup that you want to show to the agent in the ZD Notes field of the corresponding User or Organization. Now when an agent lands on the User or Organization screen they will be prompted with an informative popup regarding that User or Organization. This is useful if you have users or customers that need to be handled with special care.
확장 프로그램 기본 정보
이름 | |
ID | oojdlficiabgldhblgimdpnpgiehbdjn |
공식 URL | https://chrome.google.com/webstore/detail/zd-portal-revamp/oojdlficiabgldhblgimdpnpgiehbdjn |
설명 | Change look and feel of the Zendesk agent interface |
파일 크기 | 251 KB |
설치 횟수 | 20 |
현재 버전 | 2.9 |
최근 업데이트 | 2015-04-08 |
출시 날짜 | 2015-04-08 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | B |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZD Portal Revamp", "description": "Change look and feel of the Zendesk agent interface", "version": "2.9", "permissions": [ "storage", "tabs", "http:\/\/*.zendesk.com\/*", "https:\/\/*.zendesk.com\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "name": "Manipulate DOM", "default_title": "Set this page's color.", "default_icon": { "19": "img\/icon.png", "38": "img\/icon.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "js\/options.js", "js\/myscript.js", "js\/jquery.min.js", "js\/background.js", "js\/jquery.jgrowl.js" ], "css": [ "default.css", "css\/jquery.jgrowl.css" ], "matches": [ "http:\/\/*.zendesk.com\/*", "https:\/\/*.zendesk.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "img\/icon128.png", "default.css" ] } |