SnowMAN

The Coolest WAY to save your SLA

SnowMAN là gì?

SnowMAN là một tiện ích mở rộng Chrome được phát triển bởi Aayush Srivastava, và tính năng chính của nó là "The Coolest WAY to save your SLA".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SnowMAN

Tải xuống các tệp mở rộng SnowMAN 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

                        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]                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SnowMAN SnowMAN
ID ihaobpaldagmiekjobbhdbgfpgglhfab
URL Chính Thức https://chromewebstore.google.com/detail/snowman/ihaobpaldagmiekjobbhdbgfpgglhfab
Mô tả The Coolest WAY to save your SLA
Kích Thước Tệp 49.96 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2018-11-18
Ngày Phát Hành 2018-11-17
Đánh Giá 5.00/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Aayush Srivastava
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}