SN Instances manager

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

Was ist SN Instances manager?

SN Instances manager ist eine Chrome-Erweiterung, die von Daniele Songini entwickelt wurde, und ihr Hauptmerkmal ist "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Erweiterungsscreenshots

screenshot
screenshot

SN Instances manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie SN Instances manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
Offizielle URL https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Beschreibung This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Dateigröße 19.53 KB
Installationsanzahl 52
Aktuelle Version 1.0
Letztes Update 2017-08-23
Veröffentlichungsdatum 2017-08-23
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Daniele Songini
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}