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.

Vad är Easy Custom Comparison?

Easy Custom Comparison är en Chrome-tillägg utvecklad av Joe Hennessey, och dess huvudfunktion är "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.".

Tilläggsskärmbilder

Ladda ner Easy Custom Comparison-förlängningens CRX-fil

Ladda ner Easy Custom Comparison-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Easy Custom Comparison Easy Custom Comparison
ID fpnabffnjimmoanipojphdnahejflbeg
Officiell webbadress https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg
Beskrivning Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
Filstorlek 7.8 KB
Antal Installationer 1,610
Aktuell Version 1.0.1
Senast Uppdaterad 2024-02-15
Publiceringsdatum 2020-01-26
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare Joe Hennessey
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}