Splunkd AutoRefresh
Splunkd Auto Refresh
Co to jest Splunkd AutoRefresh?
Splunkd AutoRefresh to rozszerzenie Chrome opracowane przez hamilton.greene, a jego główną funkcją jest „Splunkd Auto Refresh”.
Pobierz plik CRX rozszerzenia Splunkd AutoRefresh
Pobierz pliki rozszerzeń Splunkd AutoRefresh w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ijcijheakepjcenhmgplgjnjobelgofl |
Oficjalny URL | https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl |
Opis | Splunkd Auto Refresh |
Rozmiar pliku | 6.36 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2014-07-17 |
Data Publikacji | 2014-07-17 |
Deweloper | hamilton.greene |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |