SN Instances manager

This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…

What is SN Instances manager?

SN Instances manager is a Chrome extension developed by Daniele Songini, and its main feature is "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Extension Screenshots

screenshot
screenshot

Download SN Instances manager Extension CRX File

Download SN Instances manager 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

                        This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying activities like copying and pasting URL between multiple customers’ instances. It helps organize your work without having a crowded bookmarks bar.
With only 3 click, you can access all of the most used functionalities                    

Extension Basic Information

Name SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
Official URL https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Description This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
File Size 19.53 KB
Installation Count 52
Current Version 1.0
Last Updated 2017-08-23
Publish Date 2017-08-23
Rating 5.00/5 Total 2 Ratings
Developer Daniele Songini
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SN Instances manager",
    "version": "1.0",
    "author": "Songini Daniele",
    "icons": {
        "48": "icons\/meNow.ico"
    },
    "browser_action": {
        "default_icon": "icons\/meNow.ico",
        "default_title": "Manage Instance",
        "default_popup": "popup\/manageInstance.html"
    },
    "options_ui": {
        "page": "settings\/options.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "SNInstancesManager.js"
            ]
        }
    ]
}