BU ServiceNow
A Whole New ServiceNow
O que é BU ServiceNow?
BU ServiceNow é uma extensão do Chrome desenvolvida por https://www.benjaminfenster.com, e sua principal característica é "A Whole New ServiceNow".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BU ServiceNow
Baixe arquivos de extensão BU ServiceNow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hihiekdllcfcbgeejdghidinpjieglic |
URL Oficial | https://chromewebstore.google.com/detail/bu-servicenow/hihiekdllcfcbgeejdghidinpjieglic |
Descrição | A Whole New ServiceNow |
Tamanho do Arquivo | 1.67 MB |
Contagem de Instalações | 21 |
Versão Atual | 4.4 |
Última Atualização | 2021-04-14 |
Data de Publicação | 2019-02-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.benjaminfenster.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |