Splunkd AutoRefresh

Splunkd Auto Refresh

O que é Splunkd AutoRefresh?

Splunkd AutoRefresh é uma extensão do Chrome desenvolvida por hamilton.greene, e sua principal característica é "Splunkd Auto Refresh".

Baixar o arquivo CRX da Extensão Splunkd AutoRefresh

Baixe arquivos de extensão Splunkd AutoRefresh 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

                        *Automatically detects "503 Service Unavailable" Splunkd Daemon errors on Splunk domains when page is loaded or tab is switched
*If a 503 error is detected, the extension will automatically refresh the page it was found on.                    

Informações Básicas da Extensão

Nome Splunkd AutoRefresh Splunkd AutoRefresh
ID ijcijheakepjcenhmgplgjnjobelgofl
URL Oficial https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl
Descrição Splunkd Auto Refresh
Tamanho do Arquivo 6.36 KB
Contagem de Instalações 31
Versão Atual 0.0.2
Última Atualização 2014-07-17
Data de Publicação 2014-07-17
Desenvolvedor hamilton.greene
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Splunkd AutoRefresh",
    "manifest_version": 2,
    "version": "0.0.2",
    "description": "Splunkd Auto Refresh",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/splunk.homedepot.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}