ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

Cos'è ZendeskSupportNotifications?

ZendeskSupportNotifications è un'estensione di Chrome sviluppata da Jorge Molina, e la sua funzione principale è "Notifies about new and updated tickets in Zendesk".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ZendeskSupportNotifications

Scarica i file di estensione ZendeskSupportNotifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
URL Ufficiale https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
Descrizione Notifies about new and updated tickets in Zendesk
Dimensione del File 84.59 KB
Conteggio Installazioni 131
Versione Corrente 1.3.2
Ultimo Aggiornamento 2015-05-04
Data di Pubblicazione 2015-05-04
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore Jorge Molina
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}