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.

Was ist Easy Custom Comparison?

Easy Custom Comparison ist eine Chrome-Erweiterung, die von Joe Hennessey entwickelt wurde, und ihr Hauptmerkmal ist "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.".

Erweiterungsscreenshots

Easy Custom Comparison-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Custom Comparison-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
Offizielle URL https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
Beschreibung Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
Dateigröße 7.8 KB
Installationsanzahl 1,610
Aktuelle Version 1.0.1
Letztes Update 2024-02-15
Veröffentlichungsdatum 2020-01-26
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Joe Hennessey
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}