Easy Custom Comparison

Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.

Easy Custom Comparison là gì?

Easy Custom Comparison là một tiện ích mở rộng Chrome được phát triển bởi Joe Hennessey, và tính năng chính của nó là "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.".

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

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

Tải xuống các tệp mở rộng Easy Custom Comparison 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

                        A lightweight Chrome extension that enhances the performance report within Google Search Console. This extension is just 7KB, and is active only when you’re using Google Search Console. It doesn’t collect any data. 

Updated 14/02/2024 to adapt to design changes by Google.
https://twitter.com/googlesearchc/status/1758033436822892551                    

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

Tên Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
URL Chính Thức https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
Mô tả Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
Kích Thước Tệp 7.8 KB
Số Lần Cài Đặt 1,610
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2020-01-26
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Joe Hennessey
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Custom Comparison",
    "version": "1.0.1",
    "description": "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/search.google.com\/*"
            ]
        }
    ]
}