Zendesk View Monitor
Notifies on new tickets arriving in specific view in your Zendesk
Zendesk View Monitorとは何ですか?
Zendesk View Monitorはonesomaによって開発されたChromeの拡張機能で、その主な機能は「Notifies on new tickets arriving in specific view in your Zendesk」です。
Zendesk View Monitor拡張機能のCRXファイルをダウンロード
Zendesk View Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows an agent in Zendesk to monitor one view, and see a visual notification when new tickets arrive in that view. Handy if you don't have permissions to modify triggers etc to set up in product notifications. Uses the session authentication in your browser, so you need to log in to your Zendesk Support instance first to allow it to work. Configure with: 1. Subdomain 2. ID of the view to monitor Note: Please consider this as beta software. The fact that only one view can be configured is kind of limiting. It works fine for my purposes, but your mileage may vary. I'm happy to hear your feedback though!
拡張機能の基本情報
名前 | ![]() |
ID | loeebiaaljoddaamnjpeabbijhlphddf |
公式URL | https://chrome.google.com/webstore/detail/zendesk-view-monitor/loeebiaaljoddaamnjpeabbijhlphddf |
説明 | Notifies on new tickets arriving in specific view in your Zendesk |
ファイルサイズ | 8.39 KB |
インストール数 | 220 |
現在のバージョン | 1.1.1 |
最終更新日 | 2017-05-16 |
公開日 | 2017-05-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | onesoma |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zendesk View Monitor", "description": "Notifies on new tickets arriving in specific view in your Zendesk", "version": "1.1.1", "browser_action": { "default_icon": "icon_grey19x19.png", "default_popup": "popup.html", "default_title": "Waiting for connection" }, "permissions": [ "alarms", "https:\/\/*.zendesk.com\/", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true } } |