SN Instances manager

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

¿Qué es SN Instances manager?

SN Instances manager es una extensión de Chrome desarrollada por Daniele Songini, y su función principal es "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión SN Instances manager

Descarga archivos de extensión SN Instances manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
URL Oficial https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Descripción This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Tamaño del Archivo 19.53 KB
Cantidad de Instalaciones 52
Versión Actual 1.0
Última Actualización 2017-08-23
Fecha de Publicación 2017-08-23
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Daniele Songini
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}