ZD Portal Revamp

Change look and feel of the Zendesk agent interface

O que é ZD Portal Revamp?

ZD Portal Revamp é uma extensão do Chrome desenvolvida por B, e sua principal característica é "Change look and feel of the Zendesk agent interface".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ZD Portal Revamp

Baixe arquivos de extensão ZD Portal Revamp no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ZD Portal Revamp ZD Portal Revamp
ID oojdlficiabgldhblgimdpnpgiehbdjn
URL Oficial https://chrome.google.com/webstore/detail/zd-portal-revamp/oojdlficiabgldhblgimdpnpgiehbdjn
Descrição Change look and feel of the Zendesk agent interface
Tamanho do Arquivo 251 KB
Contagem de Instalações 20
Versão Atual 2.9
Última Atualização 2015-04-08
Data de Publicação 2015-04-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor B
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}