SnowMAN

The Coolest WAY to save your SLA

SnowMANคืออะไร?

SnowMAN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aayush Srivastava และคุณลักษณะหลักของมันคือ "The Coolest WAY to save your SLA"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SnowMAN

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}