ServiceNow Helper

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

Vad är ServiceNow Helper?

ServiceNow Helper är en Chrome-tillägg utvecklad av Dennis, och dess huvudfunktion är "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".

Tilläggsskärmbilder

screenshot

Ladda ner ServiceNow Helper-förlängningens CRX-fil

Ladda ner ServiceNow Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ServiceNow Helper ServiceNow Helper
ID eepchnnogblhpifamaeejlpkigkcjkke
Officiell webbadress https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke
Beskrivning ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
Filstorlek 79.85 KB
Antal Installationer 167
Aktuell Version 1.5.5
Senast Uppdaterad 2022-03-01
Publiceringsdatum 2020-04-03
Utvecklare Dennis
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}