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?

Easy Custom Comparison是由Joe Hennessey开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件

下载Easy Custom Comparison扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
官方URL https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
简介 Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
文件大小 7.8 KB
安装次数 1,610
当前版本 1.0.1
更新时间 2024-02-15
上架时间 2020-01-26
评分 5.00/5 共8次评分
开发者 Joe Hennessey
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}