Splunkd AutoRefresh

Splunkd Auto Refresh

Wat is Splunkd AutoRefresh?

Splunkd AutoRefresh is een Chrome-extensie ontwikkeld door hamilton.greene, en de belangrijkste functie is "Splunkd Auto Refresh".

Download het CRX-bestand van de extensie Splunkd AutoRefresh

Download Splunkd AutoRefresh-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Splunkd AutoRefresh Splunkd AutoRefresh
ID ijcijheakepjcenhmgplgjnjobelgofl
Officiële URL https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl
Beschrijving Splunkd Auto Refresh
Bestandsgrootte 6.36 KB
Aantal Installaties 31
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-07-17
Publicatiedatum 2014-07-17
Ontwikkelaar hamilton.greene
Betalingswijze free
Ondersteunde Talen 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"
    }
}