SnowMAN
The Coolest WAY to save your SLA
SnowMAN क्या है?
SnowMAN Aayush Srivastava द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Coolest WAY to save your SLA"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SnowMAN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |