ZD Portal Revamp

Change look and feel of the Zendesk agent interface

ZD Portal Revampคืออะไร?

ZD Portal Revamp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย B และคุณลักษณะหลักของมันคือ "Change look and feel of the Zendesk agent interface"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZD Portal Revamp

ดาวน์โหลดไฟล์ส่วนขยาย ZD Portal Revamp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ZD Portal Revamp ZD Portal Revamp
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"
    ]
}