BU ServiceNow

A Whole New ServiceNow

What is BU ServiceNow?

BU ServiceNow is a Chrome extension developed by https://www.benjaminfenster.com, and its main feature is "A Whole New ServiceNow".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download BU ServiceNow Extension CRX File

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

                        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.                    

Extension Basic Information

Name BU ServiceNow BU ServiceNow
ID hihiekdllcfcbgeejdghidinpjieglic
Official URL https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic
Description A Whole New ServiceNow
File Size 1.67 MB
Installation Count 21
Current Version 4.4
Last Updated 2021-04-14
Publish Date 2019-02-13
Rating 5.00/5 Total 1 Ratings
Developer https://www.benjaminfenster.com
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}