ServiceNow Helper
ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
O que é ServiceNow Helper?
ServiceNow Helper é uma extensão do Chrome desenvolvida por Dennis, e sua principal característica é "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ServiceNow Helper
Baixe arquivos de extensão ServiceNow Helper 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
Current features: - New in v1.5: Add notes to your instances. - Open your ServiceNow instances with one click. - Switch easily and fast between instances. - Measure client-side dashboard performance on a Service Portal. - Add the Application navigator when it's not shown. There are no customizations needed on your ServiceNow instances for this extension to work.
Informações Básicas da Extensão
Nome | ServiceNow Helper |
ID | eepchnnogblhpifamaeejlpkigkcjkke |
URL Oficial | https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke |
Descrição | ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way. |
Tamanho do Arquivo | 79.85 KB |
Contagem de Instalações | 167 |
Versão Atual | 1.5.5 |
Última Atualização | 2022-03-01 |
Data de Publicação | 2020-04-03 |
Desenvolvedor | Dennis |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.5", "name": "ServiceNow Helper", "short_name": "SN Helper", "author": "OneStarter", "description": "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon.png" }, "permissions": [ "activeTab", "storage" ] } |