Service Desk Queue Monitor

Monitor a Service Desk query in real time.

Service Desk Queue Monitor क्या है?

Service Desk Queue Monitor Stu McNeill द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor a Service Desk query in real time."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

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

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

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

                        This extension is for Analyst users of LANDESK(r) Service Desk to monitor a query/queue in real time.

Example Uses:
- Monitor incoming incidents to your Service Desk.
- Alert analysts of major issues.
- Track your approvals.

Features:
- One-click a toolbar icon to view and launch items in the query
- Live count update displays on the toolbar with traffic light colour indicators
- Desktop notifications of new items in the query
- Query and notification layouts are based on Report Templates of your choice for full control of the design.

For more information, source files, and support please visit: http://community.landesk.com/support/docs/DOC-29591.

Note:  This is not official LANDESK software and is not supported in any way other than via the Url above.                    

एक्सटेंशन की मूल जानकारी

नाम Service Desk Queue Monitor Service Desk Queue Monitor
ID bfeabilpklpdmacekaogmnkpdfafemnc
आधिकारिक URL https://chromewebstore.google.com/detail/service-desk-queue-monito/bfeabilpklpdmacekaogmnkpdfafemnc
विवरण Monitor a Service Desk query in real time.
फ़ाइल का आकार 64.46 KB
स्थापना संख्या 34
वर्तमान संस्करण 1.1.5
अंतिम अपडेट 2014-08-27
प्रकाशन तिथि 2014-08-27
रेटिंग 4.86/5 कुल 7 रेटिंग्स
डेवलपर Stu McNeill
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://community.landesk.com/support/docs/DOC-29591
सहायता पृष्ठ URL http://community.landesk.com/support/docs/DOC-29591
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Service Desk Queue Monitor",
    "short_name": "Que Monitor",
    "description": "Monitor a Service Desk query in real time.",
    "version": "1.1.5",
    "icons": {
        "16": "images\/q-icon-16.png",
        "48": "images\/q-icon-48-text.png",
        "128": "images\/q-icon-128-text.png"
    },
    "browser_action": {
        "default_icon": "images\/q-icon-19-text.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "backgroundMonitor.js",
            "settings.js",
            "queryRunner.js",
            "webAccessConnector-1.0.1.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications"
    ],
    "offline_enabled": false
}