LoadFocus: Page Speed Monitoring

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

LoadFocus: Page Speed Monitoring란 무엇입니까?

LoadFocus: Page Speed Monitoring은(는) https://loadfocus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website Speed Test and Page Speed Monitoring extension for web pages - LoadFocus."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

LoadFocus: Page Speed Monitoring 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}