Service Desk Queue Monitor
Monitor a Service Desk query in real time.
Service Desk Queue Monitorคืออะไร?
Service Desk Queue Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stu McNeill และคุณลักษณะหลักของมันคือ "Monitor a Service Desk query in real time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Service Desk Queue Monitor
ดาวน์โหลดไฟล์ส่วนขยาย Service Desk Queue Monitor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 } |