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.

Wat is Easy Custom Comparison?

Easy Custom Comparison is een Chrome-extensie ontwikkeld door Joe Hennessey, en de belangrijkste functie is "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.".

Extensie Screenshots

Download het CRX-bestand van de extensie Easy Custom Comparison

Download Easy Custom Comparison-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
Officiële URL https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
Beschrijving Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
Bestandsgrootte 7.8 KB
Aantal Installaties 1,610
Huidige Versie 1.0.1
Laatst Bijgewerkt 2024-02-15
Publicatiedatum 2020-01-26
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Joe Hennessey
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}