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
官方網址 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\/*"
    ]
}