ServiceNow Glances

This extension shows a count of ServiceNow ticket queues.

What is ServiceNow Glances?

ServiceNow Glances is a Chrome extension developed by Michael Ishri, and its main feature is "This extension shows a count of ServiceNow ticket queues.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ServiceNow Glances Extension CRX File

Download ServiceNow Glances 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

                        ServiceNow Glances lets you see your ServiceNow queues at a glance. You can quickly see how many tickets are listed under the filtered queue and you can even open tickets straight from this extension.                    

Extension Basic Information

Name ServiceNow Glances ServiceNow Glances
ID ncmaikkgclmelhgialgihpcmnonogljf
Official URL https://chrome.google.com/webstore/detail/servicenow-glances/ncmaikkgclmelhgialgihpcmnonogljf
Description This extension shows a count of ServiceNow ticket queues.
File Size 91.59 KB
Installation Count 84
Current Version 0.7
Last Updated 2018-09-27
Publish Date 2018-09-27
Rating 5.00/5 Total 2 Ratings
Developer Michael Ishri
Payment Type free
Extension Website https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957
Help Page URL https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ServiceNow Glances",
    "description": "This extension shows a count of ServiceNow ticket queues.",
    "version": "0.7",
    "background": {
        "scripts": [
            "\/js\/jquery-3.3.1.min.js",
            "\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "ServiceNow Glances"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/fonts.googleapis.com\/",
        "https:\/\/*.service-now.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "html\/settings.html"
}