Service Desk Queue Monitor

Monitor a Service Desk query in real time.

Service Desk Queue Monitor란 무엇입니까?

Service Desk Queue Monitor은(는) Stu McNeill에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor a Service Desk query in real time."입니다.

확장 프로그램 스크린샷

screenshot

Service Desk Queue Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}