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.

Cos'è Easy Custom Comparison?

Easy Custom Comparison è un'estensione di Chrome sviluppata da Joe Hennessey, e la sua funzione principale è "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Easy Custom Comparison

Scarica i file di estensione Easy Custom Comparison in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
URL Ufficiale https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
Descrizione Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
Dimensione del File 7.8 KB
Conteggio Installazioni 1,610
Versione Corrente 1.0.1
Ultimo Aggiornamento 2024-02-15
Data di Pubblicazione 2020-01-26
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Joe Hennessey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}