Splunkd AutoRefresh

Splunkd Auto Refresh

Splunkd AutoRefreshคืออะไร?

Splunkd AutoRefresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hamilton.greene และคุณลักษณะหลักของมันคือ "Splunkd Auto Refresh"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Splunkd AutoRefresh

ดาวน์โหลดไฟล์ส่วนขยาย Splunkd AutoRefresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Splunkd AutoRefresh Splunkd AutoRefresh
ID ijcijheakepjcenhmgplgjnjobelgofl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/splunkd-autorefresh/ijcijheakepjcenhmgplgjnjobelgofl
คำอธิบาย Splunkd Auto Refresh
ขนาดไฟล์ 6.36 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2014-07-17
วันที่เผยแพร่ 2014-07-17
ผู้พัฒนา hamilton.greene
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}