Notify-Me for Zendesk

Real time Zendesk Ticket Notifications

O que é Notify-Me for Zendesk?

Notify-Me for Zendesk é uma extensão do Chrome desenvolvida por https://www.notifyme.live, e sua principal característica é "Real time Zendesk Ticket Notifications".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Notify-Me for Zendesk

Baixe arquivos de extensão Notify-Me for Zendesk 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

                        Advanced browser notifications for the Zendesk client.

This extension will notify you of new tickets you receive on the view of your choice, in real-time, with a sound alert and/or a chrome popup alert. Clicking on the ticket in the extension opens the Zendesk ticket in the already open Zendesk tab, instead of opening a new tab. Hurray!

30-day free trial and then 5$/mo                    

Informações Básicas da Extensão

Nome Notify-Me for Zendesk Notify-Me for Zendesk
ID akndeknkfbncfoalobhohpegmpffibii
URL Oficial https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii
Descrição Real time Zendesk Ticket Notifications
Tamanho do Arquivo 2.68 MB
Contagem de Instalações 3,206
Versão Atual 2.0.21
Última Atualização 2024-01-25
Data de Publicação 2017-10-07
Classificação 4.06/5 Total de 34 Avaliações
Desenvolvedor https://www.notifyme.live
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão Https://www.notifyme.live
URL da Página de Ajuda Https://www.notifyme.live/contact-us
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notify-Me for Zendesk",
    "description": "Real time Zendesk Ticket Notifications",
    "version": "2.0.21",
    "content_security_policy": "script-src 'unsafe-eval' 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com\/ga.js https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js https:\/\/api.mixpanel.com chrome-extension:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "permissions": [
        "notifications",
        "https:\/\/*.zendesk.com\/",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "logo_smallNEW.png",
        "48": "logo_smallNEW.png",
        "128": "logo_smallNEW.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "logo_smallNEW.png"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "axios.min.js",
            "background.js"
        ]
    }
}