Splunkd AutoRefresh
Splunkd Auto Refresh
Co je Splunkd AutoRefresh?
Splunkd AutoRefresh je rozšíření Chrome vyvinuté hamilton.greene, a jeho hlavní funkcí je „Splunkd Auto Refresh“.
Stáhnout soubor CRX rozšíření Splunkd AutoRefresh
Stáhněte si soubory rozšíření Splunkd AutoRefresh ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
*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.
Základní Informace o Rozšíření
Název | |
ID | ijcijheakepjcenhmgplgjnjobelgofl |
Oficiální URL | https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl |
Popis | Splunkd Auto Refresh |
Velikost souboru | 6.36 KB |
Počet instalací | 31 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2014-07-17 |
Datum Vydání | 2014-07-17 |
Vývojář | hamilton.greene |
Typ Platby | free |
Podporované Jazyky | 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" } } |