Zendesk Alerts

Notifications/alerts for Zendesk tickets

Qu'est-ce que Zendesk Alerts ?

Zendesk Alerts est une extension Chrome développée par Unknown, et sa fonction principale est "Notifications/alerts for Zendesk tickets".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zendesk Alerts

Téléchargez les fichiers d'extension Zendesk Alerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zendesk Alerts Zendesk Alerts
ID cblbbikodhoplndgnmefnbeolnhnbbkf
URL Officiel https://chromewebstore.google.com/detail/zendesk-alerts/cblbbikodhoplndgnmefnbeolnhnbbkf
Description Notifications/alerts for Zendesk tickets
Taille du Fichier 10.32 KB
Nombre d'Installations 203
Version Actuelle 2.2
Dernière Mise à Jour 2019-07-17
Date de Publication 2019-07-17
Évaluation 1.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}