ZendeskSupportNotifications

Notifies about new and updated tickets in Zendesk

Vad är ZendeskSupportNotifications?

ZendeskSupportNotifications är en Chrome-tillägg utvecklad av Jorge Molina, och dess huvudfunktion är "Notifies about new and updated tickets in Zendesk".

Tilläggsskärmbilder

screenshot

Ladda ner ZendeskSupportNotifications-förlängningens CRX-fil

Ladda ner ZendeskSupportNotifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn ZendeskSupportNotifications ZendeskSupportNotifications
ID glkjpldmlcngdghjominbohlfjegakfi
Officiell webbadress https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi
Beskrivning Notifies about new and updated tickets in Zendesk
Filstorlek 84.59 KB
Antal Installationer 131
Aktuell Version 1.3.2
Senast Uppdaterad 2015-05-04
Publiceringsdatum 2015-05-04
Betyg 1.00/5 Totalt 2 Betyg
Utvecklare Jorge Molina
Betalningssätt free
Stödda Språk 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"
    ]
}