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
Eメール [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\/*"
    ]
}