Zendesk View Monitor

Notifies on new tickets arriving in specific view in your Zendesk

Zendesk View Monitor क्या है?

Zendesk View Monitor onesoma द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Notifies on new tickets arriving in specific view in your Zendesk"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zendesk View Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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
    }
}