ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

Co je ZendeskSupportNotifications?

ZendeskSupportNotifications je rozšíření Chrome vyvinuté Jorge Molina, a jeho hlavní funkcí je „Notifies about new and updated tickets in Zendesk“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ZendeskSupportNotifications

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

                        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                    

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

Název ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
Oficiální URL https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
Popis Notifies about new and updated tickets in Zendesk
Velikost souboru 84.59 KB
Počet instalací 131
Aktuální Verze 1.3.2
Poslední Aktualizace 2015-05-04
Datum Vydání 2015-05-04
Hodnocení 1.00/5 Celkem 2 Hodnocení
Vývojář Jorge Molina
Typ Platby free
Podporované Jazyky 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"
    ]
}