BU ServiceNow
A Whole New ServiceNow
Co to jest BU ServiceNow?
BU ServiceNow to rozszerzenie Chrome opracowane przez https://www.benjaminfenster.com, a jego główną funkcją jest „A Whole New ServiceNow”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BU ServiceNow
Pobierz pliki rozszerzeń BU ServiceNow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hihiekdllcfcbgeejdghidinpjieglic |
Oficjalny URL | https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic |
Opis | A Whole New ServiceNow |
Rozmiar pliku | 1.67 MB |
Liczba instalacji | 21 |
Aktualna Wersja | 4.4 |
Ostatnia Aktualizacja | 2021-04-14 |
Data Publikacji | 2019-02-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.benjaminfenster.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |