BU ServiceNow

A Whole New ServiceNow

什么是BU ServiceNow?

BU ServiceNow是由https://www.benjaminfenster.com开发的Chrome扩展程序,该扩展的主要功能是“A Whole New ServiceNow”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载BU ServiceNow扩展crx文件

下载BU ServiceNow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 BU ServiceNow BU ServiceNow
ID hihiekdllcfcbgeejdghidinpjieglic
官方URL https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic
简介 A Whole New ServiceNow
文件大小 1.67 MB
安装次数 21
当前版本 4.4
更新时间 2021-04-14
上架时间 2019-02-13
评分 5.00/5 共1次评分
开发者 https://www.benjaminfenster.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}