ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

Wat is ZendeskSupportNotifications?

ZendeskSupportNotifications is een Chrome-extensie ontwikkeld door Jorge Molina, en de belangrijkste functie is "Notifies about new and updated tickets in Zendesk".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ZendeskSupportNotifications

Download ZendeskSupportNotifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
Officiële URL https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
Beschrijving Notifies about new and updated tickets in Zendesk
Bestandsgrootte 84.59 KB
Aantal Installaties 131
Huidige Versie 1.3.2
Laatst Bijgewerkt 2015-05-04
Publicatiedatum 2015-05-04
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Jorge Molina
Betalingswijze free
Ondersteunde Talen 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"
    ]
}