ServiceNow Helper

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

Cos'è ServiceNow Helper?

ServiceNow Helper è un'estensione di Chrome sviluppata da Dennis, e la sua funzione principale è "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ServiceNow Helper

Scarica i file di estensione ServiceNow Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ServiceNow Helper ServiceNow Helper
ID eepchnnogblhpifamaeejlpkigkcjkke
URL Ufficiale https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke
Descrizione ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
Dimensione del File 79.85 KB
Conteggio Installazioni 167
Versione Corrente 1.5.5
Ultimo Aggiornamento 2022-03-01
Data di Pubblicazione 2020-04-03
Sviluppatore Dennis
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}