Splunkd AutoRefresh

Splunkd Auto Refresh

Cos'è Splunkd AutoRefresh?

Splunkd AutoRefresh è un'estensione di Chrome sviluppata da hamilton.greene, e la sua funzione principale è "Splunkd Auto Refresh".

Scarica il file CRX dell'estensione Splunkd AutoRefresh

Scarica i file di estensione Splunkd AutoRefresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        *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.                    

Informazioni di Base sull'Estensione

Nome Splunkd AutoRefresh Splunkd AutoRefresh
ID ijcijheakepjcenhmgplgjnjobelgofl
URL Ufficiale https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl
Descrizione Splunkd Auto Refresh
Dimensione del File 6.36 KB
Conteggio Installazioni 31
Versione Corrente 0.0.2
Ultimo Aggiornamento 2014-07-17
Data di Pubblicazione 2014-07-17
Sviluppatore hamilton.greene
Tipo di Pagamento free
Lingue Supportate 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"
    }
}