ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

Was ist ZendeskSupportNotifications?

ZendeskSupportNotifications ist eine Chrome-Erweiterung, die von Jorge Molina entwickelt wurde, und ihr Hauptmerkmal ist "Notifies about new and updated tickets in Zendesk".

Erweiterungsscreenshots

screenshot

ZendeskSupportNotifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie ZendeskSupportNotifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Notifies about new and updated tickets in Zendesk.
ZendeskSupportNotifications notifies you when new tickets are created or updated in your zendesk help desk software.

Currently supported help desk software:
* Zendesk                    

Grundlegende Informationen zur Erweiterung

Name ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
Offizielle URL https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
Beschreibung Notifies about new and updated tickets in Zendesk
Dateigröße 84.59 KB
Installationsanzahl 131
Aktuelle Version 1.3.2
Letztes Update 2015-05-04
Veröffentlichungsdatum 2015-05-04
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler Jorge Molina
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZendeskSupportNotifications",
    "version": "1.3.2",
    "manifest_version": 2,
    "description": "Notifies about new and updated tickets in Zendesk",
    "permissions": [
        "notifications",
        "http:\/\/*.zendesk.com\/",
        "https:\/\/*.zendesk.com\/"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "lgpl\/48.png",
        "default_title": "Support Notifications",
        "default_popup": "master_password.html"
    },
    "icons": {
        "16": "lgpl\/16.png",
        "48": "lgpl\/48.png",
        "128": "lgpl\/128.png"
    },
    "web_accessible_resources": [
        "lgpl\/48.png"
    ]
}