Zendesk Alerts

Notifications/alerts for Zendesk tickets

Co je Zendesk Alerts?

Zendesk Alerts je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Notifications/alerts for Zendesk tickets“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zendesk Alerts

Stáhněte si soubory rozšíření Zendesk Alerts 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í

                        Notifications/alerts for Zendesk tickets exceeding a specific threshold e.g. time since last update. Status of plugin is in beta/testing. More details to follow after more testing.                    

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

Název Zendesk Alerts Zendesk Alerts
ID cblbbikodhoplndgnmefnbeolnhnbbkf
Oficiální URL https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf
Popis Notifications/alerts for Zendesk tickets
Velikost souboru 10.32 KB
Počet instalací 203
Aktuální Verze 2.2
Poslední Aktualizace 2019-07-17
Datum Vydání 2019-07-17
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zendesk Alerts",
    "version": "2.2",
    "description": "Notifications\/alerts for Zendesk tickets",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Zendesk Alerts",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "https:\/\/cfapi.testcf.info\/*"
    ]
}