SNOW Chat Alert

Monitor Service Now Chat Queue monitor and alert upon waiting chat available!

What is SNOW Chat Alert?

SNOW Chat Alert is a Chrome extension developed by Jason Pham, and its main feature is "Monitor Service Now Chat Queue monitor and alert upon waiting chat available!".

Extension Screenshots

screenshot

Download SNOW Chat Alert Extension CRX File

Download SNOW Chat Alert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        CXO Chat template. The SNOW Chat alert temporary decommission.                    

Extension Basic Information

Name SNOW Chat Alert SNOW Chat Alert
ID bndebedadhpklgefgieeldpfpcjkmbaa
Official URL https://chromewebstore.google.com/detail/snow-chat-alert/bndebedadhpklgefgieeldpfpcjkmbaa
Description Monitor Service Now Chat Queue monitor and alert upon waiting chat available!
File Size 1.55 MB
Installation Count 167
Current Version 1.4.1
Last Updated 2023-06-07
Publish Date 2020-06-24
Rating 5.00/5 Total 1 Ratings
Developer Jason Pham
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "author": "Jason Pham",
    "background": {
        "scripts": [
            "scripts\/vendor\/underscore-1.5.2.js",
            "scripts\/vendor\/moment-2.24.0.min.js",
            "scripts\/settings.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/default\/online.png",
            "38": "images\/default\/[email protected]"
        },
        "default_popup": "popup.html"
    },
    "description": "Monitor Service Now Chat Queue monitor and alert upon waiting chat available!",
    "icons": {
        "128": "images\/favicon.png",
        "16": "images\/favicon.png",
        "48": "images\/favicon.png"
    },
    "manifest_version": 2,
    "name": "SNOW Chat Alert",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "short_name": "SNOW Chat",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.1",
    "web_accessible_resources": [
        "sounds\/chat.mp3",
        "images\/favicon.png"
    ]
}