ServiceNow Glances
This extension shows a count of ServiceNow ticket queues.
ServiceNow Glances là gì?
ServiceNow Glances là một tiện ích mở rộng Chrome được phát triển bởi Michael Ishri, và tính năng chính của nó là "This extension shows a count of ServiceNow ticket queues.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ServiceNow Glances
Tải xuống các tệp mở rộng ServiceNow Glances dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
ServiceNow Glances lets you see your ServiceNow queues at a glance. You can quickly see how many tickets are listed under the filtered queue and you can even open tickets straight from this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ncmaikkgclmelhgialgihpcmnonogljf |
URL Chính Thức | https://chrome.google.com/webstore/detail/servicenow-glances/ncmaikkgclmelhgialgihpcmnonogljf |
Mô tả | This extension shows a count of ServiceNow ticket queues. |
Kích Thước Tệp | 91.59 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 0.7 |
Cập Nhật Lần Cuối | 2018-09-27 |
Ngày Phát Hành | 2018-09-27 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Michael Ishri |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957 |
URL Trang Trợ Giúp | https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957 |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ServiceNow Glances", "description": "This extension shows a count of ServiceNow ticket queues.", "version": "0.7", "background": { "scripts": [ "\/js\/jquery-3.3.1.min.js", "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "\/html\/popup.html", "default_title": "ServiceNow Glances" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "https:\/\/fonts.googleapis.com\/", "https:\/\/*.service-now.com\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "html\/settings.html" } |