SnowMAN
The Coolest WAY to save your SLA
什么是SnowMAN?
SnowMAN是由Aayush Srivastava开发的Chrome扩展程序,该扩展的主要功能是“The Coolest WAY to save your SLA”。
扩展截图
下载SnowMAN扩展crx文件
下载SnowMAN扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
SnowMAN for ServiceNow About: SnowMAN enables Real-Time Incident Monitoring in Service Now. How to Use: 1. Open a SNOW Incident and click the SnowMAN icon in the Address Bar 2. Make sure the Incident is open and visible when the icon is clicked 3. Reload page if needed Features: ✓ Real-time Incident Hop Time-Span Monitoring ✓ SLA-window Adjustments for Time calculations ✓ Holiday Adjustments (2015-2016) ✓ Incident Resolved->Rejected->Resolved Adjustment ✓ 'Time to MRT' Indicator ✓ User-friendly Design with Color Indicators ✓ Regular Updates Problem Reporting: Bugs/problems with this extension may be directly reported on the Developer's Email Developer Email: [email protected]
扩展基本信息
名称 | SnowMAN |
ID | ihaobpaldagmiekjobbhdbgfpgglhfab |
官方URL | https://chromewebstore.google.com/detail/snowman/ihaobpaldagmiekjobbhdbgfpgglhfab |
简介 | The Coolest WAY to save your SLA |
文件大小 | 49.96 KB |
安装次数 | 65 |
当前版本 | 1.4 |
更新时间 | 2018-11-18 |
上架时间 | 2018-11-17 |
评分 | 5.00/5 共21次评分 |
开发者 | Aayush Srivastava |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SnowMAN", "version": "1.4", "offline_enabled": true, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "description": "The Coolest WAY to save your SLA", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/*.service-now.com\/*" ], "js": [ "moment.js", "content.js" ], "all_frames": true } ], "page_action": { "run_at": "document_end", "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "SnowMAN by Aman Srivastava" } } |