Splunkd AutoRefresh
Splunkd Auto Refresh
ما هو Splunkd AutoRefresh؟
Splunkd AutoRefresh هو إضافة Chrome تم تطويرها بواسطة hamilton.greene، والميزة الرئيسية لها هي "Splunkd Auto Refresh".
تحميل ملف CRX للإضافة Splunkd AutoRefresh
قم بتنزيل ملفات الامتداد Splunkd AutoRefresh بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*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.
معلومات أساسية عن التمديد
الاسم | |
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" } } |