Webeyez

With the Webeyez chrome extension you can easily measure your e-commerce website's Google core vitals. Google Web Vitals is an…

Webeyez란 무엇입니까?

Webeyez은(는) Webeyez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With the Webeyez chrome extension you can easily measure your e-commerce website's Google core vitals. Google Web Vitals is an…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Webeyez 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With the Webeyez chrome extension you can easily measure your e-commerce website's Google core vitals.

Google Web Vitals is an initiative by Google to provide unified guidance for quality signals that are essential to delivering a great user experience on the web.

Google has provided a number of tools over the years to measure and report on performance. 

Site owners should not have to be performance gurus in order to understand the quality of experience they are delivering to their users. The Web Vitals initiative aims to simplify the landscape, and help sites focus on the metrics that matter most, the Core Web Vitals.

Core web vitals are a major metric in Google's SEO ranking.                    

확장 프로그램 기본 정보

이름 Webeyez Webeyez
ID cpnfcfejecajipiddchkaimgcamjpkjc
공식 URL https://chromewebstore.google.com/detail/webeyez/cpnfcfejecajipiddchkaimgcamjpkjc
설명 With the Webeyez chrome extension you can easily measure your e-commerce website's Google core vitals. Google Web Vitals is an…
파일 크기 2.75 MB
설치 횟수 80
현재 버전 1.0.3
최근 업데이트 2021-06-09
출시 날짜 2021-05-25
평점 5.00/5 총 1 개의 평점
개발자 Webeyez
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.webeyez.com
개인정보 보호 정책 페이지 URL https://www.webeyez.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Webeyez",
    "version": "1.0.3",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/logotypes\/16x16.png",
        "48": "images\/logotypes\/48x48.png",
        "128": "images\/logotypes\/48x48.png"
    },
    "browser_action": {
        "default_title": "Webeyez"
    },
    "web_accessible_resources": [
        "alert.js",
        "images\/Logo.png",
        "images\/spinner.svg",
        "images\/loadPage\/arrowUp.png",
        "images\/loadPage\/globalTime.png",
        "images\/commonIcon\/linkedIn.png",
        "images\/commonIcon\/logout.png",
        "images\/commonIcon\/ssoKey.png",
        "images\/commonIcon\/playIcon.png",
        "images\/commonIcon\/copyIcon.png",
        "images\/commonIcon\/alertBell.png",
        "images\/commonIcon\/archerIcon.png",
        "images\/commonIcon\/plateIcon.png",
        "images\/commonIcon\/uptimeIcon.png",
        "images\/commonIcon\/anomaliesIcon.png",
        "images\/logotypes\/48x48.png",
        "images\/tabs\/lock.png",
        "images\/trayLogo.png",
        "css\/main.css",
        "fonts\/Poppins-Regular.woff2",
        "fonts\/Poppins-Medium.woff",
        "fonts\/Poppins-Regular.woff",
        "fonts\/Poppins-Medium.woff2",
        "fonts\/Poppins-Regular.woff2",
        "fonts\/Poppins-SemiBold.ttf",
        "fonts\/Roboto-Regular.ttf",
        "fonts\/Roboto-Medium.ttf"
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest"
    ]
}