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.

What is Easy Custom Comparison?

Easy Custom Comparison is a Chrome extension developed by Joe Hennessey, and its main feature is "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.".

Extension Screenshots

Download Easy Custom Comparison Extension CRX File

Download Easy Custom Comparison extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
Official URL https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
Description Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
File Size 7.8 KB
Installation Count 1,610
Current Version 1.0.1
Last Updated 2024-02-15
Publish Date 2020-01-26
Rating 5.00/5 Total 8 Ratings
Developer Joe Hennessey
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}