SnowMAN

The Coolest WAY to save your SLA

什麼是SnowMAN?

SnowMAN是由Aayush Srivastava開發的Chrome擴展程式,該擴展的主要功能是“The Coolest WAY to save your SLA”。

擴展截圖

screenshot
screenshot

下載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 SnowMAN
ID ihaobpaldagmiekjobbhdbgfpgglhfab
官方網址 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"
    }
}