ZD Portal Revamp
Change look and feel of the Zendesk agent interface
ZD Portal Revamp क्या है?
ZD Portal Revamp B द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change look and feel of the Zendesk agent interface"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ZD Portal Revamp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |