BU ServiceNow
A Whole New ServiceNow
Что такое BU ServiceNow?
BU ServiceNow - это расширение Chrome, разработанное https://www.benjaminfenster.com, и его основная функция - "A Whole New ServiceNow".
Снимки экрана расширения
Скачать файл CRX расширения BU ServiceNow
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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\/*" ] } |