SN Instances manager

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

O que é SN Instances manager?

SN Instances manager é uma extensão do Chrome desenvolvida por Daniele Songini, e sua principal característica é "This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SN Instances manager

Baixe arquivos de extensão SN Instances manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SN Instances manager SN Instances manager
ID ieieikplgpickbdhfoeldalfkgkemece
URL Oficial https://chrome.google.com/webstore/detail/sn-instances-manager/ieieikplgpickbdhfoeldalfkgkemece
Descrição This plugin helps Servicenow System Administrators to easily manage their instances, or external consultant to avoid annoying…
Tamanho do Arquivo 19.53 KB
Contagem de Instalações 52
Versão Atual 1.0
Última Atualização 2017-08-23
Data de Publicação 2017-08-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Daniele Songini
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}