Notify-Me for Zendesk

Real time Zendesk Ticket Notifications

Co je Notify-Me for Zendesk?

Notify-Me for Zendesk je rozšíření Chrome vyvinuté https://www.notifyme.live, a jeho hlavní funkcí je „Real time Zendesk Ticket Notifications“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Notify-Me for Zendesk

Stáhněte si soubory rozšíření Notify-Me for Zendesk ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Notify-Me for Zendesk Notify-Me for Zendesk
ID akndeknkfbncfoalobhohpegmpffibii
Oficiální URL https://chromewebstore.google.com/detail/notify-me-for-zendesk/akndeknkfbncfoalobhohpegmpffibii
Popis Real time Zendesk Ticket Notifications
Velikost souboru 2.68 MB
Počet instalací 3,206
Aktuální Verze 2.0.21
Poslední Aktualizace 2024-01-25
Datum Vydání 2017-10-07
Hodnocení 4.06/5 Celkem 34 Hodnocení
Vývojář https://www.notifyme.live
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření Https://www.notifyme.live
URL Stránky Nápovědy Https://www.notifyme.live/contact-us
Podporované Jazyky 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"
        ]
    }
}