Service-Now AutoFrames

Adds frames to new Service-Now tabs

O que é Service-Now AutoFrames?

Service-Now AutoFrames é uma extensão do Chrome desenvolvida por mchowdhury91, e sua principal característica é "Adds frames to new Service-Now tabs".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Service-Now AutoFrames

Baixe arquivos de extensão Service-Now AutoFrames 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 is a simple extension that adds the appropriate Service-Now frames to any Service-Now list or record you open up in a new tab. 

For example, when you normally open up the "Incidents - All" page in a new tab, it opens up a new tab with just the  list of incidents without the Application Filter or any other part of the navigation frame. This extension adds the navigation frame back in when you open a Service-Now link in a new tab.                    

Informações Básicas da Extensão

Nome Service-Now AutoFrames Service-Now AutoFrames
ID kpjifigbglhddllfjjfipdohlgiolohe
URL Oficial https://chromewebstore.google.com/detail/service-now-autoframes/kpjifigbglhddllfjjfipdohlgiolohe
Descrição Adds frames to new Service-Now tabs
Tamanho do Arquivo 3.29 KB
Contagem de Instalações 93
Versão Atual 0.1
Última Atualização 2019-03-17
Data de Publicação 2019-03-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor mchowdhury91
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Service-Now AutoFrames",
    "version": "0.1",
    "description": "Adds frames to new Service-Now tabs",
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*.service-now.com\/*",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}