Core SERP Vitals

Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.

Core SERP Vitals란 무엇입니까?

Core SERP Vitals은(는) https://defaced.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results."입니다.

확장 프로그램 스크린샷

screenshot

Core SERP Vitals 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Show real world Core Web Vital data from the Chrome User Experience Report in the Google Search Results.

Displays LCP, FID, CLS (and the experimental INP and TTFB) metrics underneath the page links in the Google SERP where data is available in the CrUX report.

* Note: Requires a free API key for the Chrome UX Report API. *
https://developers.google.com/web/tools/chrome-user-experience-report/api/guides/getting-started

Updates:
Version 1.3.0
- Now displays the experimental INP and TTFB metrics.                    

확장 프로그램 기본 정보

이름 Core SERP Vitals Core SERP Vitals
ID oipmhlkineglclpndlecjmbleapbcilf
공식 URL https://chromewebstore.google.com/detail/core-serp-vitals/oipmhlkineglclpndlecjmbleapbcilf
설명 Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.
파일 크기 20.91 KB
설치 횟수 5,345
현재 버전 1.3.4
최근 업데이트 2022-05-24
출시 날짜 2020-11-11
평점 3.31/5 총 13 개의 평점
개발자 https://defaced.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://defaced.dev/tools/core-serp-vitals/
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Core SERP Vitals",
    "icons": {
        "128": "icon128.png"
    },
    "version": "1.3.4",
    "description": "Show the Core Web Vitals data from the Chrome User Experience Report in the Google Search Results.",
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/",
        "https:\/\/www.google.co.uk\/",
        "https:\/\/www.google.de\/",
        "https:\/\/www.google.nl\/",
        "https:\/\/www.google.fr\/",
        "https:\/\/www.google.dk\/",
        "https:\/\/www.google.co.jp\/",
        "https:\/\/www.google.es\/",
        "https:\/\/www.google.ca\/",
        "https:\/\/www.google.it\/",
        "https:\/\/www.google.com.au\/",
        "https:\/\/www.google.com.tw\/",
        "https:\/\/www.google.com.br\/",
        "https:\/\/www.google.com.tr\/",
        "https:\/\/www.google.be\/",
        "https:\/\/www.google.com.gr\/",
        "https:\/\/www.google.co.in\/",
        "https:\/\/www.google.com.mx\/",
        "https:\/\/www.google.com.ar\/",
        "https:\/\/www.google.ch\/",
        "https:\/\/www.google.cl\/",
        "https:\/\/www.google.at\/",
        "https:\/\/www.google.ie\/",
        "https:\/\/www.google.com.co\/",
        "https:\/\/www.google.pl\/",
        "https:\/\/www.google.pt\/",
        "https:\/\/www.google.com.pk\/",
        "https:\/\/www.google.co.kr\/"
    ]
}