ServiceNow Switch Instance

This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.

O que é ServiceNow Switch Instance?

ServiceNow Switch Instance é uma extensão do Chrome desenvolvida por rafalrataj, e sua principal característica é "This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ServiceNow Switch Instance

Baixe arquivos de extensão ServiceNow Switch Instance 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 was written to ease work of developers working on multiple ServiceNow instances. It allows to check the current page on a different instance. Eg.

https://myinstancedev.service-now.com/nav_to.do?uri=%2Fcmdb_ci_server.do%3Fsys_id%3D1b79fc38wf3126c8c3d6ff7bc2050e39

https://myinstanceprod.service-now.com/nav_to.do?uri=%2Fcmdb_ci_server.do%3Fsys_id%3D1b79fc38wf3126c8c3d6ff7bc2050e39

Extension uses simple replace on instance name int the current URL.
in version 1.0.5 on premise instances support added (non service-now.com)

Using for the first time you need to configure your instances int the plugin options.                    

Informações Básicas da Extensão

Nome ServiceNow Switch Instance ServiceNow Switch Instance
ID njmdnjcoelaoidfcmncailahohiljbmm
URL Oficial https://chromewebstore.google.com/detail/servicenow-switch-instanc/njmdnjcoelaoidfcmncailahohiljbmm
Descrição This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.
Tamanho do Arquivo 13.57 KB
Contagem de Instalações 460
Versão Atual 1.0.6
Última Atualização 2018-01-29
Data de Publicação 2018-01-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor rafalrataj
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ServiceNow Switch Instance",
    "short_name": "Switch Instance",
    "description": "This extension allows you to switch to the same page on a different ServiceNow instance based on the URL.",
    "version": "1.0.6",
    "author": "Rafal Rataj",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Switch Instance"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}