SN Instances manager

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

Cos'è SN Instances manager?

SN Instances manager è un'estensione di Chrome sviluppata da Daniele Songini, e la sua funzione principale è "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione SN Instances manager

Scarica i file di estensione SN Instances manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
URL Ufficiale https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Descrizione This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Dimensione del File 19.53 KB
Conteggio Installazioni 52
Versione Corrente 1.0
Ultimo Aggiornamento 2017-08-23
Data di Pubblicazione 2017-08-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Daniele Songini
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}