K-State ServiceNow Title Changer

Changes the title of the Service-Now page/tab to make it more helpful.

O que é K-State ServiceNow Title Changer?

K-State ServiceNow Title Changer é uma extensão do Chrome desenvolvida por George Walker, e sua principal característica é "Changes the title of the Service-Now page/tab to make it more helpful.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão K-State ServiceNow Title Changer

Baixe arquivos de extensão K-State ServiceNow Title Changer 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

                        Changes the title of the Service-Now page/tab to make it more helpful.

Please send feedback for pages that don't display relevant titles and I will try to add them to future releases.                    

Informações Básicas da Extensão

Nome K-State ServiceNow Title Changer K-State ServiceNow Title Changer
ID anblamhjlbiihkpdgmlfgbeohbpcimfn
URL Oficial https://chrome.google.com/webstore/detail/k-state-servicenow-title/anblamhjlbiihkpdgmlfgbeohbpcimfn
Descrição Changes the title of the Service-Now page/tab to make it more helpful.
Tamanho do Arquivo 23.13 KB
Contagem de Instalações 23
Versão Atual 1.0.7
Última Atualização 2014-06-12
Data de Publicação 2014-06-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor George Walker
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.georgewwalker.com/projects/sntitlechanger/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "K-State ServiceNow Title Changer",
    "version": "1.0.7",
    "description": "Changes the title of the Service-Now page\/tab to make it more helpful.",
    "author": "George Walker",
    "homepage_url": "http:\/\/www.georgewwalker.com\/projects\/sntitlechanger",
    "icons": {
        "128": "servicedesk.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/kstate.service-now.com\/*",
        "https:\/\/kstate.service-now.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/kstate.service-now.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}