ServiceNow Glances

This extension shows a count of ServiceNow ticket queues.

Co je ServiceNow Glances?

ServiceNow Glances je rozšíření Chrome vyvinuté Michael Ishri, a jeho hlavní funkcí je „This extension shows a count of ServiceNow ticket queues.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ServiceNow Glances

Stáhněte si soubory rozšíření ServiceNow Glances ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ServiceNow Glances ServiceNow Glances
ID ncmaikkgclmelhgialgihpcmnonogljf
Oficiální URL https://chrome.google.com/webstore/detail/servicenow-glances/ncmaikkgclmelhgialgihpcmnonogljf
Popis This extension shows a count of ServiceNow ticket queues.
Velikost souboru 91.59 KB
Počet instalací 84
Aktuální Verze 0.7
Poslední Aktualizace 2018-09-27
Datum Vydání 2018-09-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Michael Ishri
Typ Platby free
Webové stránky Rozšíření https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957
URL Stránky Nápovědy https://medium.com/@michael.ishri/servicenow-glances-chrome-extension-2e9bc69ce957
Podporované Jazyky 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"
}