Google Search Console Date Selector

Easily compare periods in Google Search Console and generate the percentage changes.

Was ist Google Search Console Date Selector?

Google Search Console Date Selector ist eine Chrome-Erweiterung, die von https://thijsvanhal.nl entwickelt wurde, und ihr Hauptmerkmal ist "Easily compare periods in Google Search Console and generate the percentage changes.".

Erweiterungsscreenshots

screenshot

Google Search Console Date Selector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Search Console Date Selector-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

                        With the Google Search Console Date Selector you can easily set the date in Google Search Console to the following 3 options:

- Last month
- Last month compared to the previous period
- Last month compared to previous year

It is also possible to easily compare to the previous period or year using your own start and end date.

Extra! After you compared you can click on 'Generate changes'. This generates percentage changes for all stats!

Simple but saves time :)                    

Grundlegende Informationen zur Erweiterung

Name Google Search Console Date Selector Google Search Console Date Selector
ID fkpkhpigkldfnnimijaaldpafcibaepk
Offizielle URL https://chromewebstore.google.com/detail/google-search-console-dat/fkpkhpigkldfnnimijaaldpafcibaepk
Beschreibung Easily compare periods in Google Search Console and generate the percentage changes.
Dateigröße 128 KB
Installationsanzahl 7,000
Aktuelle Version 1.6.2
Letztes Update 2023-10-25
Veröffentlichungsdatum 2023-05-09
Bewertung 4.58/5 Insgesamt 12 Bewertungen
Entwickler https://thijsvanhal.nl
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.thijsvanhal.nl/
Hilfeseite URL https://www.thijsvanhal.nl/contact/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Search Console Date Selector",
    "version": "1.6.2",
    "description": "Easily compare periods in Google Search Console and generate the percentage changes.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon16.png",
            "32": "favicon32.png"
        }
    },
    "icons": {
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}