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!                    

擴展基本資訊

名稱 Zendesk View Monitor Zendesk View Monitor
ID loeebiaaljoddaamnjpeabbijhlphddf
官方網址 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
    }
}