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"
    }
}