ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

What is ZendeskSupportNotifications?

ZendeskSupportNotifications is a Chrome extension developed by Jorge Molina, and its main feature is "Notifies about new and updated tickets in Zendesk".

Extension Screenshots

screenshot

Download ZendeskSupportNotifications Extension CRX File

Download ZendeskSupportNotifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
Official URL https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
Description Notifies about new and updated tickets in Zendesk
File Size 84.59 KB
Installation Count 131
Current Version 1.3.2
Last Updated 2015-05-04
Publish Date 2015-05-04
Rating 1.00/5 Total 2 Ratings
Developer Jorge Molina
Payment Type free
Supported Languages 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"
    ]
}