ServiceNow Helper

ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.

¿Qué es ServiceNow Helper?

ServiceNow Helper es una extensión de Chrome desarrollada por Dennis, y su función principal es "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ServiceNow Helper

Descarga archivos de extensión ServiceNow Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ServiceNow Helper ServiceNow Helper
ID eepchnnogblhpifamaeejlpkigkcjkke
URL Oficial https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke
Descripción ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
Tamaño del Archivo 79.85 KB
Cantidad de Instalaciones 167
Versión Actual 1.5.5
Última Actualización 2022-03-01
Fecha de Publicación 2020-04-03
Desarrollador Dennis
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}