BU ServiceNow

A Whole New ServiceNow

Co je BU ServiceNow?

BU ServiceNow je rozšíření Chrome vyvinuté https://www.benjaminfenster.com, a jeho hlavní funkcí je „A Whole New ServiceNow“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření BU ServiceNow 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í

                        Built specifically for Boston University, this extension tweaks extensively the ServiceNow environment to streamline answering tickets.

With keyboard shortcuts, changes to layout, the addition of One Help's extensive "Client Profile", and myriad other changes, tickets are easier to answer now than ever before. Every feature can be individually enabled or disabled, so you can use only the enhancements you really want.                    

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

Název BU ServiceNow BU ServiceNow
ID hihiekdllcfcbgeejdghidinpjieglic
Oficiální URL https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic
Popis A Whole New ServiceNow
Velikost souboru 1.67 MB
Počet instalací 21
Aktuální Verze 4.4
Poslední Aktualizace 2021-04-14
Datum Vydání 2019-02-13
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://www.benjaminfenster.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BU ServiceNow",
    "version": "4.4",
    "manifest_version": 2,
    "description": "A Whole New ServiceNow",
    "icons": {
        "128": "images\/help.png",
        "16": "images\/help.png"
    },
    "options_page": "options\/index.html",
    "background": {
        "page": "background.html"
    },
    "omnibox": {
        "keyword": "sn"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "dashboard\/index.html",
        "incident-list\/index.html",
        "incident-quick\/index.html",
        "incident-new\/index.html",
        "view\/*",
        "options\/index.html",
        "login\/complete.html",
        "images\/*",
        "panels\/*",
        "js\/*"
    ],
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "storage",
        "http:\/\/www.bu.edu\/",
        "https:\/\/www.bu.edu\/",
        "https:\/\/bu.service-now.com\/*"
    ]
}