ZendeskSupportNotifications
Notifies about new and updated tickets in Zendesk
Что такое ZendeskSupportNotifications?
ZendeskSupportNotifications - это расширение Chrome, разработанное Jorge Molina, и его основная функция - "Notifies about new and updated tickets in Zendesk".
Снимки экрана расширения
Скачать файл CRX расширения ZendeskSupportNotifications
Скачайте файлы расширений ZendeskSupportNotifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | ZendeskSupportNotifications |
ID | glkjpldmlcngdghjominbohlfjegakfi |
Официальный URL | https://chromewebstore.google.com/detail/zendesksupportnotificatio/glkjpldmlcngdghjominbohlfjegakfi |
Описание | Notifies about new and updated tickets in Zendesk |
Размер файла | 84.59 KB |
Количество установок | 131 |
Текущая Версия | 1.3.2 |
Последнее Обновление | 2015-05-04 |
Дата публикации | 2015-05-04 |
Рейтинг | 1.00/5 Всего 2 оценок |
Разработчик | Jorge Molina |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |