LoadFocus: Page Speed Monitoring

Website Speed Test and Page Speed Monitoring extension for web pages - LoadFocus.

LoadFocus: Page Speed Monitoringคืออะไร?

LoadFocus: Page Speed Monitoring เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://loadfocus.com และคุณลักษณะหลักของมันคือ "Website Speed Test and Page Speed Monitoring extension for web pages - LoadFocus."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LoadFocus: Page Speed Monitoring

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

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

                        Monitor the speed of your web pages to deliver the best experiences to your customers. Get notifications and alerts for website performance issues.

LoadFocus Website Performance Monitoring is powered by Lighthouse and focuses on modern user experience and performance metrics to help you deliver the best experience to your customers. 

Get insights with modern charts and user experience metrics.

Test your website every hour & Compare with previous runs or competitors.

Monitor Websites from multiple cloud regions on desktop and mobile devices.

Receive page speed metrics and performance improvements instantly.

We keep all your results history to better compare between different runs and understand your speed performance.

Run tests from multiple locations around the world for a better and more realistic results.

Page Speed insights on metrics that actually matter, like: First Contentful Paint, Speed Index, 
Largest Contentful Paint, Total Blocking Time, Cumulative Layout Shift, Time to Interactive Visual Complete with Easy-to-use data reports.

Create a free account with LoadFocus and use the extension to monitor the speed and performance of your website and web pages from the cloud with no coding skills needed.                    

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

ชื่อ LoadFocus: Page Speed Monitoring LoadFocus: Page Speed Monitoring
ID aepejmjfaemcdkenmliibdpeooiogmpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/loadfocus-page-speed-moni/aepejmjfaemcdkenmliibdpeooiogmpe
คำอธิบาย Website Speed Test and Page Speed Monitoring extension for web pages - LoadFocus.
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 389
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2021-03-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://loadfocus.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://loadfocus.com/monitor-website-performance
URL หน้าช่วยเหลือ https://loadfocus.com/docs
URL หน้านโยบายความเป็นส่วนตัว https://loadfocus.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "LoadFocus: Page Speed Monitoring",
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html",
        "default_title": "LoadFocus: Page Speed Monitoring"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/jquery.tablesorter.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Website Speed Test and Page Speed Monitoring extension for web pages - LoadFocus.",
    "homepage_url": "https:\/\/loadfocus.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "name": "LoadFocus: Page Speed Monitoring",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "short_name": "LoadFocus.com",
    "version": "1.0.1"
}