ServiceNow Glances
This extension shows a count of ServiceNow ticket queues.
什么是ServiceNow Glances?
ServiceNow Glances是由Michael Ishri开发的Chrome扩展程序,该扩展的主要功能是“This extension shows a count of ServiceNow ticket queues.”。
扩展截图
下载ServiceNow Glances扩展crx文件
下载ServiceNow Glances扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ncmaikkgclmelhgialgihpcmnonogljf |
官方URL | https://chrome.google.com/webstore/detail/servicenow-glances/ncmaikkgclmelhgialgihpcmnonogljf |
简介 | This extension shows a count of ServiceNow ticket queues. |
文件大小 | 91.59 KB |
安装次数 | 84 |
当前版本 | 0.7 |
更新时间 | 2018-09-27 |
上架时间 | 2018-09-27 |
评分 | 5.00/5 共2次评分 |
开发者 | Michael Ishri |
付费类型 | free |
扩展官网 | https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957 |
帮助页面URL | https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957 |
支持的语言 | 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" } |