Google Search Console Date Selector

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

Vad är Google Search Console Date Selector?

Google Search Console Date Selector är en Chrome-tillägg utvecklad av https://thijsvanhal.nl, och dess huvudfunktion är "Easily compare periods in Google Search Console and generate the percentage changes.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Search Console Date Selector-förlängningens CRX-fil

Ladda ner Google Search Console Date Selector-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

                        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 :)                    

Grundläggande Information om Tillägg

Namn Google Search Console Date Selector Google Search Console Date Selector
ID fkpkhpigkldfnnimijaaldpafcibaepk
Officiell webbadress https://chromewebstore.google.com/detail/google-search-console-dat/fkpkhpigkldfnnimijaaldpafcibaepk
Beskrivning Easily compare periods in Google Search Console and generate the percentage changes.
Filstorlek 128 KB
Antal Installationer 7,000
Aktuell Version 1.6.2
Senast Uppdaterad 2023-10-25
Publiceringsdatum 2023-05-09
Betyg 4.58/5 Totalt 12 Betyg
Utvecklare https://thijsvanhal.nl
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.thijsvanhal.nl/
Hjälpsida URL https://www.thijsvanhal.nl/contact/
Stödda Språk 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"
    }
}