SN Instances manager

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

Wat is SN Instances manager?

SN Instances manager is een Chrome-extensie ontwikkeld door Daniele Songini, en de belangrijkste functie is "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SN Instances manager

Download SN Instances manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
Officiële URL https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Beschrijving This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Bestandsgrootte 19.53 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2017-08-23
Publicatiedatum 2017-08-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Daniele Songini
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}