ServiceNow Helper

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

What is ServiceNow Helper?

ServiceNow Helper is a Chrome extension developed by Dennis, and its main feature is "ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.".

Extension Screenshots

screenshot

Download ServiceNow Helper Extension CRX File

Download ServiceNow Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ServiceNow Helper ServiceNow Helper
ID eepchnnogblhpifamaeejlpkigkcjkke
Official URL https://chromewebstore.google.com/detail/servicenow-helper/eepchnnogblhpifamaeejlpkigkcjkke
Description ServiceNow Helper allows you to use ServiceNow faster and in a more efficient way.
File Size 79.85 KB
Installation Count 167
Current Version 1.5.5
Last Updated 2022-03-01
Publish Date 2020-04-03
Developer Dennis
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}