Notify-Me for Zendesk

Real time Zendesk Ticket Notifications

Wat is Notify-Me for Zendesk?

Notify-Me for Zendesk is een Chrome-extensie ontwikkeld door https://www.notifyme.live, en de belangrijkste functie is "Real time Zendesk Ticket Notifications".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Notify-Me for Zendesk

Download Notify-Me for Zendesk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Notify-Me for Zendesk Notify-Me for Zendesk
ID akndeknkfbncfoalobhohpegmpffibii
Officiële URL https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii
Beschrijving Real time Zendesk Ticket Notifications
Bestandsgrootte 2.68 MB
Aantal Installaties 3,206
Huidige Versie 2.0.21
Laatst Bijgewerkt 2024-01-25
Publicatiedatum 2017-10-07
Beoordeling 4.06/5 Totaal 34 Beoordelingen
Ontwikkelaar https://www.notifyme.live
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite Https://www.notifyme.live
Help Pagina-URL Https://www.notifyme.live/contact-us
Ondersteunde Talen 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"
        ]
    }
}