How Log Ago?
Time stats for the Meraki Dashboard Event Log
How Log Ago?คืออะไร?
How Log Ago? เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pplengedev และคุณลักษณะหลักของมันคือ "Time stats for the Meraki Dashboard Event Log"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย How Log Ago?
ดาวน์โหลดไฟล์ส่วนขยาย How Log Ago? ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provide Meraki Dashboard's local time zone and shows how long ago an event occurred. Simply install and watch the (Meraki) magic happen! Clicking the page will refresh the times, or add them if they are missing. >> "Network-wide > Event log" page: - Display network local time zone on the header of Time column; - Display how long ago that event occurred Still in early release and only provides basic functionality. We are not programmers, expect a lot of issues and kindly provide us feedback if you find something odd (we are looking for Time Zones that are not working as expected). Patrick Plenge & Eduardo Azevedo Current issues: - Times will sometimes not be automatically displayed, requires refresh by clicking. - Times will never automatically refresh when clicking 'newer / older'. Requires clicking. - Certain timezones with no valid abbreviation may display incorrect times - Certain timezones with duplicate abbreviations (eg. IST) may display incorrect times Change-log and Bug fixes: Version 2.0.2 - Updated to manifest v3 Version 2.0.0 - Fixed an issue that did not take into account the new year Version 1.1.6 - Fixed an issue that causes network time not to display when there are <30 events Version 1.1.5 - Updated permissions to be less ambiguous - Remove console logging - After 24 hours the time will be reflected with 'days' instead of hours. Keeping '0 hours' because i like it better than without it. - Fixed an issue that would cause minutes to accumulate instead of ticking over to the hours (from 1.0.1). Version 1.1.4 - Fixed an issue that caused the month of December to become undefined Version 1.1.0 (Official release) - Removed ability to show/hide event time and network time - Changed the UI - Added feedback button - Fixed an issue where times would disappear when filtering - Clicking anywhere will refresh the times - Reduced amount of loading errors - Only allow script to run on event log page Known bugs and issues: - Clicking newer & older does not auto-refresh time stats. Requires manual refresh - but can now be done by clicking on the page - Events over 99 hours are incorrectly formatted - Timezones with the same abbreviation can be displayed incorrectly (IST) Version Beta 1.0.1 (Second release) (Deprecated) - Fixed an issue that would display incorrect network times - Fixed an issue that did not remove previously written event and network times. - Added new logo - Added ability to hide and show network / event times. - Added ability to refresh the current network time. - Rebranded from 'Meraki Time' to 'How Log Ago' Known bugs and issues: - Clicking newer & older does not auto-refresh time stats. Requires manual refresh. - Loading event log for first time does not auto-refresh. Requires manual refresh. - Hiding and showing network time is unreliable - Hiding and showing event time is unreliable - Events over 99 hours are incorrectly formatted - Timezones with the same abbreviation can be displayed incorrectly (IST)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | How Log Ago? |
ID | cmngbajebgjfcnclmbnjgebfkbokjnfn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/how-log-ago/cmngbajebgjfcnclmbnjgebfkbokjnfn |
คำอธิบาย | Time stats for the Meraki Dashboard Event Log |
ขนาดไฟล์ | 1.26 MB |
จำนวนการติดตั้ง | 269 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2023-12-05 |
วันที่เผยแพร่ | 2019-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | pplengedev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "How Log Ago?", "description": "Time stats for the Meraki Dashboard Event Log", "version": "2.0.2", "icons": { "128": "Log_ago clock.png" }, "host_permissions": [ "https:\/\/*.meraki.com\/*\/*\/*\/*\/*\/event_log*" ], "action": { "default_icon": "Log_ago clock.png", "default_popup": "popup.html", "default_title": "How Log Ago?" }, "content_scripts": [ { "matches": [ "https:\/\/*.meraki.com\/*\/*\/*\/*\/*\/event_log*", "https:\/\/*.meraki.com\/*\/*\/*\/*\/*\/event_log*" ], "js": [ "jquery-3.4.1.js", "moment.js", "moment-timezone-with-data.js", "script.js" ] } ] } |