ZendeskSupportNotifications
Notifies about new and updated tickets in Zendesk
Co to jest ZendeskSupportNotifications?
ZendeskSupportNotifications to rozszerzenie Chrome opracowane przez Jorge Molina, a jego główną funkcją jest „Notifies about new and updated tickets in Zendesk”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ZendeskSupportNotifications
Pobierz pliki rozszerzeń ZendeskSupportNotifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ZendeskSupportNotifications |
ID | glkjpldmlcngdghjominbohlfjegakfi |
Oficjalny URL | https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi |
Opis | Notifies about new and updated tickets in Zendesk |
Rozmiar pliku | 84.59 KB |
Liczba instalacji | 131 |
Aktualna Wersja | 1.3.2 |
Ostatnia Aktualizacja | 2015-05-04 |
Data Publikacji | 2015-05-04 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | Jorge Molina |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |