Splunkd AutoRefresh

Splunkd Auto Refresh

Splunkd AutoRefresh là gì?

Splunkd AutoRefresh là một tiện ích mở rộng Chrome được phát triển bởi hamilton.greene, và tính năng chính của nó là "Splunkd Auto Refresh".

Tải xuống tệp CRX của tiện ích mở rộng Splunkd AutoRefresh

Tải xuống các tệp mở rộng Splunkd AutoRefresh dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Splunkd AutoRefresh Splunkd AutoRefresh
ID ijcijheakepjcenhmgplgjnjobelgofl
URL Chính Thức https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl
Mô tả Splunkd Auto Refresh
Kích Thước Tệp 6.36 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2014-07-17
Ngày Phát Hành 2014-07-17
Nhà Phát Triển hamilton.greene
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}