Webeyez

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

Webeyez là gì?

Webeyez là một tiện ích mở rộng Chrome được phát triển bởi Webeyez, và tính năng chính của nó là "With the Webeyez chrome extension you can easily measure your e-commerce website's Google core vitals. Google Web Vitals is an…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webeyez

Tải xuống các tệp mở rộng Webeyez dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webeyez Webeyez
ID cpnfcfejecajipiddchkaimgcamjpkjc
URL Chính Thức https://chromewebstore.google.com/detail/webeyez/cpnfcfejecajipiddchkaimgcamjpkjc
Mô tả With the Webeyez chrome extension you can easily measure your e-commerce website's Google core vitals. Google Web Vitals is an…
Kích Thước Tệp 2.75 MB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-06-09
Ngày Phát Hành 2021-05-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Webeyez
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.webeyez.com
URL Trang Chính Sách Bảo Mật https://www.webeyez.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}